One last change to configure for 'non-gcc' compiler

This commit is contained in:
Marc G. Fournier 1998-03-02 14:54:59 +00:00
parent 9bc57c6665
commit b1c7c31e07
1 changed files with 1 additions and 1 deletions

2
src/configure vendored
View File

@ -1003,7 +1003,7 @@ fi
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
if test $ac_cv_prog_gcc = yes; then
if test "$ac_cv_prog_gcc" = "yes"; then
GCC=yes
ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"