]> granicus.if.org Git - python/commitdiff
Back out previous change.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 21:26:19 +0000 (21:26 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 21:26:19 +0000 (21:26 +0000)
Quotes aren't necessary in case statements.  Spotted by Neil Schemenauer.

configure
configure.in

index 6f338bc454293ebdab6a140df58e029c61f7bf08..73d08c6239a5e835a9793b6363ed6f83bf64f399 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.345 .
+# From configure.in Revision: 1.346 .
 # 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 fb49e1fd9c95552fdce24ad4af3b8b0d32930c43..e97e32e168d6456b3a79be4091044ce9a519319f 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)