projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcfaaf2
)
Back out previous change.
author
Neal Norwitz
<nnorwitz@gmail.com>
Wed, 25 Sep 2002 21:26:19 +0000
(21:26 +0000)
committer
Neal 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
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6f338bc454293ebdab6a140df58e029c61f7bf08..73d08c6239a5e835a9793b6363ed6f83bf64f399 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1,5
+1,5
@@
#! /bin/sh
-# From configure.in Revision: 1.34
5
.
+# From configure.in Revision: 1.34
6
.
# 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)
diff --git
a/configure.in
b/configure.in
index fb49e1fd9c95552fdce24ad4af3b8b0d32930c43..e97e32e168d6456b3a79be4091044ce9a519319f 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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)