mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
Quick hack for cygwin default compiler... should replace with
test for 'cc'.
This commit is contained in:
parent
c5a684f8ed
commit
417e2d59fc
2 changed files with 548 additions and 542 deletions
|
|
@ -310,7 +310,11 @@ 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 instead)
|
||||||
|
if test "$host_os" != "cygwin" ;
|
||||||
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