X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=5b5f47ed99cda07ed696e1f6e4b9bc0dfac2014b;hb=b0387df4e0ac796af05765834bb6e7750b8b6ae6;hp=04834c28a92444a8c640d6bb554ecf92b5aade05;hpb=ed2d4f6a5d6908e55e54117cdad45454dde93dac;p=openvswitch diff --git a/configure.ac b/configure.ac index 04834c28..5b5f47ed 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.1.0pre2, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.1.0, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -84,6 +84,7 @@ OVS_ENABLE_OPTION([-Wmissing-field-initializers]) OVS_ENABLE_OPTION([-Wno-override-init]) OVS_CONDITIONAL_CC_OPTION([-Wno-unused], [HAVE_WNO_UNUSED]) OVS_CONDITIONAL_CC_OPTION([-Wno-unused-parameter], [HAVE_WNO_UNUSED_PARAMETER]) +OVS_ENABLE_WERROR AC_ARG_VAR(KARCH, [Kernel Architecture String]) AC_SUBST(KARCH)