diff options
Diffstat (limited to 'libcpp')
| -rw-r--r-- | libcpp/ChangeLog | 4 | ||||
| -rwxr-xr-x | libcpp/configure | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index d028e664e58..49055bd51bd 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-23 Joseph S. Myers <joseph@codesourcery.com> + + * configure: Regenerate. + 2005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader. diff --git a/libcpp/configure b/libcpp/configure index 274fb0130e6..604ed847d6f 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -2757,7 +2757,8 @@ fi CFLAGS="$save_CFLAGS" WARN_PEDANTIC= -echo "$as_me:$LINENO: checking whether $CC supports -pedantic -Wno-long-long" >&5 +if test $GCC = yes; then + echo "$as_me:$LINENO: checking whether $CC supports -pedantic -Wno-long-long" >&5 echo $ECHO_N "checking whether $CC supports -pedantic -Wno-long-long... $ECHO_C" >&6 if test "${acx_cv_prog_cc_pedantic__Wno_long_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2818,6 +2819,9 @@ if test $acx_cv_prog_cc_pedantic__Wno_long_long = yes; then fi +fi + + # Only enable with --enable-werror-always until existing warnings are # corrected. |
