commit | c8759666d5dd923cc5c04459ad119f7821e23be2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 11 13:00:05 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 11 13:00:05 2013 -0500 |
tree | 50ab62ae797f57ab0fa3a700eaa48d9ac0418ad8 | |
parent | 5302ba80e79e970873532ea54f3d0aea1e207c01 [diff] [blame] |
-Wformat is needed by gcc 4.8 (closes #17547)
diff --git a/configure b/configure index 528aa51..dc0dfd0 100755 --- a/configure +++ b/configure
@@ -6253,7 +6253,7 @@ { $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. */