aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-20 15:51:45 +0000
committerGunter Knauf <gk@gknw.de>2007-08-20 15:51:45 +0000
commit72e675caee7102aeb2bc92c40780eca034b60864 (patch)
treefbf4997182a341cdb62f87c33358dae811451790 /configure.ac
parente347cff0e41028e5ad7023694c67b78d1273f039 (diff)
dont set CURL_LDAP_HYBRID for MingW32 configure builds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0d0bd47e..b907f11fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -568,7 +568,7 @@ if test x$CURL_DISABLE_LDAP != x1 ; then
curl_ldap_msg="yes (winldap)"
AC_DEFINE(CURL_LDAP_WIN, 1, [Use W$ LDAP implementation])
case $host in
- *-*-cygwin* | *-*-mingw* | *-*-pw32*)
+ *-*-cygwin* | *-*-pw32*)
AC_DEFINE(CURL_LDAP_HYBRID, 1, [W$ LDAP with non-W$ compiler])
;;
esac