From: Kurt Zeilenga Date: Sun, 6 Jun 1999 06:20:29 +0000 (+0000) Subject: Revert previous two commits. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~390 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae68b66a2b972c528b65d20b5ba8c8a42ca89262;p=openldap Revert previous two commits. --- diff --git a/configure.in b/configure.in index 91a850f88c..ffe0144dd3 100644 --- a/configure.in +++ b/configure.in @@ -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-""}