aboutsummaryrefslogtreecommitdiff
path: root/libcpp/configure
diff options
context:
space:
mode:
authorRyota Kunisawa <kunisawa@access.co.jp>2005-05-12 21:22:08 +0900
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-05-12 12:22:08 +0000
commit5a8c20ce52bf512a5578b3eae578ecc7b86f8cb8 (patch)
tree3c3e43c2648be827c194be643b8e2f60f775d9e2 /libcpp/configure
parent47bebcf3ba6abdf1165aeafb8ded7325a3df7550 (diff)
downloadgcc-5a8c20ce52bf512a5578b3eae578ecc7b86f8cb8.zip
gcc-5a8c20ce52bf512a5578b3eae578ecc7b86f8cb8.tar.gz
gcc-5a8c20ce52bf512a5578b3eae578ecc7b86f8cb8.tar.bz2
re PR bootstrap/21230 (bootstrap failed unless bootstrap compiler is gcc.)
config/ PR bootstrap/21230 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add double quotes around GCC variable. libcpp/ PR bootstrap/21230 * configure: Regenerate. From-SVN: r99613
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-xlibcpp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure
index 915b4cb..6364745 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