summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-09-25 21:26:19 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-09-25 21:26:19 (GMT)
commitd957f39fefc3fddb570664dd622e341e681d2968 (patch)
tree4d96d8a83915c7b58b649de20f5da9a66becb517 /configure
parentdcfaaf2b28085d918ccb9bcdc6beac62d73842be (diff)
downloadcpython-d957f39fefc3fddb570664dd622e341e681d2968.zip
cpython-d957f39fefc3fddb570664dd622e341e681d2968.tar.gz
cpython-d957f39fefc3fddb570664dd622e341e681d2968.tar.bz2
Back out previous change.
Quotes aren't necessary in case statements. Spotted by Neil Schemenauer.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6f338bc..73d08c6 100755
--- 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)