X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=c89c60a1bdca05566dde8f43a120ad4177b68f30;hb=296ed880132c5d3f20d84b1ffea9959d8d6be76b;hp=1160cdb3a6bc1a80406e2b1ededaa318c4b0c5c1;hpb=d8b11fb9fad6220aa063b191c2ca445f94a6c89e;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 1160cdb3a..c89c60a1b 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.7.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.7.90, ovs-bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -52,6 +52,7 @@ OVS_CHECK_PYUIC4 OVS_CHECK_OVSDBMONITOR OVS_CHECK_DOT OVS_CHECK_IF_PACKET +OVS_CHECK_IF_DL OVS_CHECK_STRTOK_R AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], [], [], [[#include ]])