mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Revert previous two commits.
This commit is contained in:
parent
de7b2b5569
commit
ae68b66a2b
1 changed files with 3 additions and 5 deletions
|
|
@ -310,11 +310,9 @@ dnl Checks for programs
|
||||||
dnl AC_PROG_INSTALL
|
dnl AC_PROG_INSTALL
|
||||||
|
|
||||||
dnl The default compiler is cc (NOT gcc)
|
dnl The default compiler is cc (NOT gcc)
|
||||||
dnl except on cygwin
|
dnl (should check to see if 'cc' exists)
|
||||||
dnl (should check to see if 'cc' exists instead)
|
|
||||||
if test "${host_os}" != "cygwin" ; then
|
|
||||||
CC=${CC-"cc"}
|
CC=${CC-"cc"}
|
||||||
fi
|
|
||||||
dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
|
dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
|
||||||
dnl CFLAGS=${CFLAGS-""}
|
dnl CFLAGS=${CFLAGS-""}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue