X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=60f31c3cdfee1e5db349d3000a540c7dc4ddbe55;hb=refs%2Fheads%2Fbranch-1.4;hp=e771b50fe24c4ca821323070135de03b61484c9d;hpb=9ea0bccc83a84458d934966eae15c78f3ee2bac8;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index e771b50fe..60f31c3cd 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.4.0, 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