mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Quick hack for cygwin default compiler... should replace with
test for 'cc'.
This commit is contained in:
parent
c5a684f8ed
commit
417e2d59fc
@ -310,7 +310,11 @@ dnl Checks for programs
|
||||
dnl AC_PROG_INSTALL
|
||||
|
||||
dnl The default compiler is cc (NOT gcc)
|
||||
CC=${CC-"cc"}
|
||||
dnl except on cygwin
|
||||
dnl (should check to see if 'cc' exists instead)
|
||||
if test "$host_os" != "cygwin" ;
|
||||
CC=${CC-"cc"}
|
||||
fi
|
||||
dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
|
||||
dnl CFLAGS=${CFLAGS-""}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user