]> git.sur5r.net Git - openldap/commitdiff
Revert previous two commits.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jun 1999 06:20:29 +0000 (06:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jun 1999 06:20:29 +0000 (06:20 +0000)
configure.in

index 91a850f88ca5e0c491041e7de95e24d11a79591f..ffe0144dd35234163deba7e25e4832736587d80f 100644 (file)
@@ -310,11 +310,9 @@ dnl Checks for programs
 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" ; then
-       CC=${CC-"cc"}
-fi
+dnl    (should check to see if 'cc' exists)
+CC=${CC-"cc"}
+
 dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
 dnl CFLAGS=${CFLAGS-""}