diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-08-10 03:04:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-08-10 03:04:19 (GMT) |
commit | b30802b7a8a6e653e098cdb0108a729700e9eaaa (patch) | |
tree | 69149308a8227b2387c6e21c2e99cbfffe785fd9 /configure | |
parent | a61d058bf97291a51cc6481a3e76c2aa5500b37c (diff) | |
parent | acb8c5234302f8057b331abaafb2cc8697daf58f (diff) | |
download | cpython-b30802b7a8a6e653e098cdb0108a729700e9eaaa.zip cpython-b30802b7a8a6e653e098cdb0108a729700e9eaaa.tar.gz cpython-b30802b7a8a6e653e098cdb0108a729700e9eaaa.tar.bz2 |
merge 3.4 (#21121)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |