From: Howard Chu Date: Thu, 25 Aug 2005 21:44:57 +0000 (+0000) Subject: Fix Windows NT detection X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~575 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ab04c1468c39c5cb14be53f69b37178c04295928;p=openldap Fix Windows NT detection --- diff --git a/configure.in b/configure.in index 61a0fc8649..05ec2ccb96 100644 --- a/configure.in +++ b/configure.in @@ -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