X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=a5cff70565ed357d8421e352134024288c744add;hb=429ebf217bd72fc28de6816bbbfeaf9ce006ecd9;hp=c95948799206b513c4ada1566e9e00b20ee7c04d;hpb=079a862535ebc32e2c4fd52366667934091ff7f2;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index c95948799..a5cff7056 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.3.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.4.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