mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix Windows NT detection
This commit is contained in:
parent
6cb8b14435
commit
ab04c1468c
@ -746,6 +746,13 @@ fi
|
||||
|
||||
AC_PROG_CPP
|
||||
|
||||
dnl ----------------------------------------------------------------
|
||||
dnl Checks for Windows NT
|
||||
case $host_os in
|
||||
*mingw32* ) ac_cv_mingw32=yes ;;
|
||||
*cygwin* ) ac_cv_cygwin=yes ;;
|
||||
esac
|
||||
|
||||
dnl ----------------------------------------------------------------
|
||||
dnl Checks for file extensions
|
||||
AC_EXEEXT
|
||||
|
Loading…
Reference in New Issue
Block a user