X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=a1c1fb4846a82db3a75300395a5d291c9f151335;hb=1158389afa233c7191ba8f53820d7b128d9347fe;hp=3b87e7e0c0829a94855b24f34218412263fa028d;hpb=b6a9a95b546e06ace34a9c878d34e1c720ed57e5;p=openvswitch diff --git a/configure.ac b/configure.ac index 3b87e7e0..a1c1fb48 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.3.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