]> granicus.if.org Git - python/commitdiff
Fix SF # 614587, configure.in patch from Tim Rice
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 20:38:34 +0000 (20:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 20:38:34 +0000 (20:38 +0000)
Need to quote $GCC in case it isn't set.

configure
configure.in

index 8c7bf9bc77996c24b8e0cc39badd5370a6319dc7..6f338bc454293ebdab6a140df58e029c61f7bf08 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.344 .
+# From configure.in Revision: 1.345 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -3445,7 +3445,7 @@ fi;
 
 if test -z "$OPT"
 then
-       case $GCC in
+       case "$GCC" in
        yes)
                case $ac_cv_prog_cc_g in
        yes)
index e97e32e168d6456b3a79be4091044ce9a519319f..fb49e1fd9c95552fdce24ad4af3b8b0d32930c43 100644 (file)
@@ -459,7 +459,7 @@ fi],
 AC_SUBST(OPT)
 if test -z "$OPT"
 then
-       case $GCC in
+       case "$GCC" in
        yes)
                case $ac_cv_prog_cc_g in
        yes)