summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-11 18:02:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-05-11 18:02:59 (GMT)
commita75a2ec64dd2d8db00b843fc117b57ea212786d0 (patch)
treed6ef3b80402d7a0ebffba0294c732b76d8e4d63b /configure
parent7ce35a1816254b82ac4e3196df9b17bc9585997f (diff)
parentfeb51492442881994f8d42dddfac2763794dbaec (diff)
downloadcpython-a75a2ec64dd2d8db00b843fc117b57ea212786d0.zip
cpython-a75a2ec64dd2d8db00b843fc117b57ea212786d0.tar.gz
cpython-a75a2ec64dd2d8db00b843fc117b57ea212786d0.tar.bz2
merge 3.3 (#17547)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 53d3890..a414fe0 100755
--- a/configure
+++ b/configure
@@ -6529,7 +6529,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. */