summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-10 03:04:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-08-10 03:04:19 (GMT)
commitb30802b7a8a6e653e098cdb0108a729700e9eaaa (patch)
tree69149308a8227b2387c6e21c2e99cbfffe785fd9 /configure
parenta61d058bf97291a51cc6481a3e76c2aa5500b37c (diff)
parentacb8c5234302f8057b331abaafb2cc8697daf58f (diff)
downloadcpython-b30802b7a8a6e653e098cdb0108a729700e9eaaa.zip
cpython-b30802b7a8a6e653e098cdb0108a729700e9eaaa.tar.gz
cpython-b30802b7a8a6e653e098cdb0108a729700e9eaaa.tar.bz2
merge 3.4 (#21121)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 28fcd07..c5ad543 100755
--- a/configure
+++ b/configure
@@ -662,6 +662,7 @@ SHLIB_SUFFIX
LIBTOOL_CRUFT
OTHER_LIBTOOL_OPT
UNIVERSAL_ARCH_FLAGS
+CFLAGS_NODIST
BASECFLAGS
OPT
ABIFLAGS
@@ -6347,6 +6348,7 @@ fi
+
# The -arch flags for universal builds on OSX
UNIVERSAL_ARCH_FLAGS=
@@ -6507,7 +6509,7 @@ $as_echo "$ac_cv_declaration_after_statement_warning" >&6; }
if test $ac_cv_declaration_after_statement_warning = yes
then
- BASECFLAGS="$BASECFLAGS -Werror=declaration-after-statement"
+ CFLAGS_NODIST="$CFLAGS_NODIST -Werror=declaration-after-statement"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can turn on $CC mixed sign comparison warning" >&5