X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=a2fcfbabb7a179affa0ad861ef7de41a0acacb4d;hb=222d3ba460daec60056010f87f6e3041422784d3;hp=a1c1fb4846a82db3a75300395a5d291c9f151335;hpb=dd1ba5b3f4425c8eba008d1a93b044da63466812;p=openvswitch diff --git a/configure.ac b/configure.ac index a1c1fb48..a2fcfbab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks +# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,6 @@ AC_PREREQ(2.64) AC_INIT(openvswitch, 1.6.90, ovs-bugs@openvswitch.org) -NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -68,6 +67,7 @@ OVS_CHECK_SOCKET_LIBS OVS_CHECK_LINKER_SECTIONS OVS_CHECK_XENSERVER_VERSION OVS_CHECK_GROFF +OVS_CHECK_BRCOMPAT OVS_ENABLE_OPTION([-Wall]) OVS_ENABLE_OPTION([-Wno-sign-compare])