* configure.ac: Add -Wno-overlength-strings.
* configure: Regenerate.
From-SVN: r113836
+2006-05-16 Mike Stump <mrs@apple.com>
+
+ * configure.ac: Add -Wno-overlength-strings.
+ * configure: Regenerate.
+
2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
* README: Fix typo.
save_CFLAGS="$CFLAGS"
for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wold-style-definition \
- -Wmissing-format-attribute; do
+ -Wmissing-format-attribute -Wno-overlength-strings; do
as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
echo "$as_me:$LINENO: checking whether $CC supports $option" >&5
ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wold-style-definition \
- -Wmissing-format-attribute])
+ -Wmissing-format-attribute -Wno-overlength-strings])
ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long])
# Only enable with --enable-werror-always until existing warnings are