X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=28af2fec09740328ee3407d01b57c6afd2015f52;hb=1269f7ae5f4bf23205de2cd45220b2382af78393;hp=3088fa5d83e4c71bdbd2d12db9b6a3eb3aef0f61;hpb=4c1eabc12300be3190d2fb66edc07d9c607f539e;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 3088fa5d8..28af2fec0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2008, 2009, 2010 Nicira Networks +# Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.1.0pre2, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -47,15 +47,17 @@ OVS_CHECK_NDEBUG OVS_CHECK_NETLINK OVS_CHECK_OPENSSL OVS_CHECK_LOGDIR +OVS_CHECK_RTNL_LINK_STATS64 OVS_CHECK_PYTHON OVS_CHECK_PYUIC4 OVS_CHECK_OVSDBMONITOR -OVS_CHECK_ER_DIAGRAMS +OVS_CHECK_DOT 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]) +AC_CHECK_FUNCS([mlockall strsignal getloadavg statvfs setmntent]) +AC_CHECK_HEADERS([mntent.h sys/statvfs.h]) OVS_CHECK_PKIDIR OVS_CHECK_RUNDIR @@ -64,8 +66,6 @@ OVS_CHECK_VALGRIND OVS_CHECK_SOCKET_LIBS OVS_CHECK_LINKER_SECTIONS -AC_CHECK_FUNCS([strsignal]) - OVS_ENABLE_OPTION([-Wall]) OVS_ENABLE_OPTION([-Wno-sign-compare]) OVS_ENABLE_OPTION([-Wpointer-arith])