]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jun 1999 06:13:03 +0000 (06:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jun 1999 06:13:03 +0000 (06:13 +0000)
configure
configure.in

index faa9dd5acdcc3baea02f4106392220f2b2c44166..343d5ae8051e300fcd31bff45ee34e5bcf6d8c0a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1816,7 +1816,7 @@ TLS_LIBS=
 
 
 
-if test "$host_os" != "cygwin" ;
+if test "${host_os}" != "cygwin" ; then
        CC=${CC-"cc"}
 fi
 
index 1fe422c1f5aa5e3a08d87a3167a4de014cbe8624..91a850f88ca5e0c491041e7de95e24d11a79591f 100644 (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.