Back out previous change.

Quotes aren't necessary in case statements.  Spotted by Neil Schemenauer.
This commit is contained in:
Neal Norwitz 2002-09-25 21:26:19 +00:00
parent dcfaaf2b28
commit d957f39fef
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.345 . # From configure.in Revision: 1.346 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53. # Generated by GNU Autoconf 2.53.
# #
@ -3445,7 +3445,7 @@ fi;
if test -z "$OPT" if test -z "$OPT"
then then
case "$GCC" in case $GCC in
yes) yes)
case $ac_cv_prog_cc_g in case $ac_cv_prog_cc_g in
yes) yes)

View File

@ -459,7 +459,7 @@ fi],
AC_SUBST(OPT) AC_SUBST(OPT)
if test -z "$OPT" if test -z "$OPT"
then then
case "$GCC" in case $GCC in
yes) yes)
case $ac_cv_prog_cc_g in case $ac_cv_prog_cc_g in
yes) yes)