configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional flags.

* configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
	flags.
	* configure: Regenerated.

From-SVN: r97116
This commit is contained in:
Andreas Jaeger 2005-03-27 21:27:31 +02:00
parent ae3f39991d
commit 1134b11dcb
3 changed files with 87 additions and 81 deletions

View File

@ -1,3 +1,9 @@
2005-03-27 Andreas Jaeger <aj@suse.de>
* configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
flags.
* configure: Regenerated.
2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
* getopt1.c (getopt_long_only): Fix thinko.

2
libiberty/configure vendored
View File

@ -2930,7 +2930,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_c_preproc_warn_flag=yes
if test x$GCC = xyes; then
ac_libiberty_warn_cflags='-W -Wall -Wtraditional -pedantic'
ac_libiberty_warn_cflags='-W -Wall -pedantic'
fi

View File

@ -114,7 +114,7 @@ AC_PROG_CC
AC_PROG_CPP_WERROR
if test x$GCC = xyes; then
ac_libiberty_warn_cflags='-W -Wall -Wtraditional -pedantic'
ac_libiberty_warn_cflags='-W -Wall -pedantic'
fi
AC_SUBST(ac_libiberty_warn_cflags)