Fix typo in last commit.

This commit is contained in:
Kurt Zeilenga 1999-06-06 06:13:03 +00:00
parent 417e2d59fc
commit de7b2b5569
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -1816,7 +1816,7 @@ TLS_LIBS=
if test "$host_os" != "cygwin" ;
if test "${host_os}" != "cygwin" ; then
CC=${CC-"cc"}
fi

View file

@ -312,7 +312,7 @@ dnl AC_PROG_INSTALL
dnl The default compiler is cc (NOT gcc)
dnl except on cygwin
dnl (should check to see if 'cc' exists instead)
if test "$host_os" != "cygwin" ;
if test "${host_os}" != "cygwin" ; then
CC=${CC-"cc"}
fi
dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.