X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=a1c1fb4846a82db3a75300395a5d291c9f151335;hb=dd1ba5b3f4425c8eba008d1a93b044da63466812;hp=e771b50fe24c4ca821323070135de03b61484c9d;hpb=9ea0bccc83a84458d934966eae15c78f3ee2bac8;p=openvswitch diff --git a/configure.ac b/configure.ac index e771b50f..a1c1fb48 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.2.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.6.90, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -41,6 +41,7 @@ AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) AC_SEARCH_LIBS([clock_gettime], [rt]) +AC_SEARCH_LIBS([timer_create], [rt]) OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG