Kaydet (Commit) dcfaaf2b authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix SF # 614587, configure.in patch from Tim Rice

Need to quote $GCC in case it isn't set.
üst d8a9d2a0
#! /bin/sh
# From configure.in Revision: 1.344 .
# From configure.in Revision: 1.345 .
# 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment