Back out previous change.
Quotes aren't necessary in case statements. Spotted by Neil Schemenauer.
This commit is contained in:
parent
dcfaaf2b28
commit
d957f39fef
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue