summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-11 18:00:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-05-11 18:00:05 (GMT)
commitfeb51492442881994f8d42dddfac2763794dbaec (patch)
treed9d569c5ee8688a3f960266c7a590105e4929f4e /configure
parent8b0e98426dd0e1fde93715256413bc707759db6f (diff)
downloadcpython-feb51492442881994f8d42dddfac2763794dbaec.zip
cpython-feb51492442881994f8d42dddfac2763794dbaec.tar.gz
cpython-feb51492442881994f8d42dddfac2763794dbaec.tar.bz2
-Wformat is needed by gcc 4.8 (closes #17547)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d3214ab..ffa089c 100755
--- a/configure
+++ b/configure
@@ -6525,7 +6525,7 @@ then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc supports ParseTuple __format__" >&5
$as_echo_n "checking whether gcc supports ParseTuple __format__... " >&6; }
save_CFLAGS=$CFLAGS
- CFLAGS="$CFLAGS -Werror"
+ CFLAGS="$CFLAGS -Werror -Wformat"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */