X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=4a89fba4105240b977b6654ed65bd5976a0e5397;hb=08b9b19009d5fcddc229519010f0c6c317d0b08d;hp=222b502823e605c4e6aba499f05cbfa29cbc5cdc;hpb=c8d5d22c6aeb3d7d190fb1c400b5925b71e24c74;p=openvswitch diff --git a/configure.ac b/configure.ac index 222b5028..4a89fba4 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.7.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.8.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 ]])