X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=e8497e1f30fdb2f068b49dc87c97fb2f2028ddb7;hb=ede818437a16d1cf50c5e8f285593f85cd6f2513;hp=2f5c87ffc58afced672226ae89f7bd7ea388c2f5;hpb=05b3c97be6a9a5efa27edb40023e329f680837c5;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 2f5c87ffc..e8497e1f3 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -AC_PREREQ(2.63) -AC_INIT(openvswitch, 0.90.6, ovs-bugs@openvswitch.org) +AC_PREREQ(2.64) +AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -51,6 +51,9 @@ OVS_CHECK_PCRE OVS_CHECK_PYTHON OVS_CHECK_IF_PACKET OVS_CHECK_STRTOK_R +AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], + [], [], [[#include ]]) +AC_CHECK_FUNCS([mlockall]) OVS_CHECK_PKIDIR OVS_CHECK_RUNDIR @@ -76,6 +79,7 @@ OVS_ENABLE_OPTION([-Wold-style-definition]) OVS_ENABLE_OPTION([-Wmissing-prototypes]) OVS_ENABLE_OPTION([-Wmissing-field-initializers]) OVS_ENABLE_OPTION([-Wno-override-init]) +OVS_CONDITIONAL_CC_OPTION([-Wno-unused], [HAVE_WNO_UNUSED]) AC_ARG_VAR(KARCH, [Kernel Architecture String]) AC_SUBST(KARCH)