diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-12 12:22:08 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-12 12:22:08 +0000 |
commit | 18f11b847c8b60754021142e3b65af65fa89e4a2 (patch) | |
tree | 3c3e43c2648be827c194be643b8e2f60f775d9e2 /libcpp | |
parent | 147e1cb6cba094ddf4fda77ee996140b4aafe942 (diff) | |
download | gcc-18f11b847c8b60754021142e3b65af65fa89e4a2.tar.gz |
config/
PR bootstrap/21230
* warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add
double quotes around GCC variable.
libcpp/
PR bootstrap/21230
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 5 | ||||
-rwxr-xr-x | libcpp/configure | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c1d3c63ea99..6397e2a3b6d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-05-12 Ryota Kunisawa <kunisawa@access.co.jp> + + PR bootstrap/21230 + * configure: Regenerate. + 2005-04-27 Andris Pavenis <pavenis@latnet.lv> * files.c: Include io.h for DJGPP to get prototype of setmode. diff --git a/libcpp/configure b/libcpp/configure index 915b4cb77e0..63647450dfc 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -2757,7 +2757,7 @@ fi CFLAGS="$save_CFLAGS" WARN_PEDANTIC= -if test $GCC = yes; then +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 |