From 18f11b847c8b60754021142e3b65af65fa89e4a2 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Thu, 12 May 2005 12:22:08 +0000 Subject: 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 --- libcpp/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/configure') 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 -- cgit v1.2.1