X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=a1c1fb4846a82db3a75300395a5d291c9f151335;hb=d3e565cee955b1f52f3adf69907774f4bd7fc802;hp=e771b50fe24c4ca821323070135de03b61484c9d;hpb=9ea0bccc83a84458d934966eae15c78f3ee2bac8;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index e771b50fe..a1c1fb484 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