Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-05-12 20:35:35 +0400
committerDJ Delorie <dj@redhat.com>2005-05-12 20:35:35 +0400
commitcda9ed90770439eb1104a249dba187ea3e4194a1 (patch)
tree928fb5ee8bb7b81c27449202206c4d496b71f989 /config/warnings.m4
parent3ac78fd61216d2a388aaec9362ac99c934bf725a (diff)
PR bootstrap/21230
* warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add double quotes around GCC variable.
Diffstat (limited to 'config/warnings.m4')
-rw-r--r--config/warnings.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/warnings.m4 b/config/warnings.m4
index 2f44c9222..fdfa24b57 100644
--- a/config/warnings.m4
+++ b/config/warnings.m4
@@ -50,7 +50,7 @@ AC_DEFUN([ACX_PROG_CC_WARNING_ALMOST_PEDANTIC],
AC_SUBST([WARN_PEDANTIC])dnl
AS_VAR_PUSHDEF([acx_Pedantic], [acx_cv_prog_cc_pedantic_$1])dnl
WARN_PEDANTIC=
-AS_IF([test $GCC = yes],
+AS_IF([test "$GCC" = yes],
[AC_CACHE_CHECK([whether $CC supports -pedantic $1], acx_Pedantic,
[save_CFLAGS="$CFLAGS"
CFLAGS="-pedantic $1"