X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=configure.ac;h=7bac8712f8be223f00b9da3323fde53ddddc8541;hb=7229a773ead96f891b621cd5f3e1219af5f24dd7;hp=e771b50fe24c4ca821323070135de03b61484c9d;hpb=9ea0bccc83a84458d934966eae15c78f3ee2bac8;p=openvswitch diff --git a/configure.ac b/configure.ac index e771b50f..7bac8712 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.3.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