X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=b18b25967ab91c0de2a8e7df4b87311162b9c686;hb=f6eb6b202533ad393b8d1d8e6ae6e502cbf19caf;hp=a2fcfbabb7a179affa0ad861ef7de41a0acacb4d;hpb=8a07709cb80462edb32fc11d056bfc08ce90f62d;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index a2fcfbabb..b18b25967 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks +# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. # # 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.6.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]) @@ -41,6 +41,7 @@ AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) AC_SEARCH_LIBS([clock_gettime], [rt]) AC_SEARCH_LIBS([timer_create], [rt]) +AC_SEARCH_LIBS([pcap_open_live], [pcap]) OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG @@ -52,6 +53,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 ]]) @@ -68,6 +70,7 @@ OVS_CHECK_LINKER_SECTIONS OVS_CHECK_XENSERVER_VERSION OVS_CHECK_GROFF OVS_CHECK_BRCOMPAT +OVS_CHECK_GNU_MAKE OVS_ENABLE_OPTION([-Wall]) OVS_ENABLE_OPTION([-Wno-sign-compare])