]> granicus.if.org Git - curl/commitdiff
dont set CURL_LDAP_HYBRID for MingW32 configure builds.
authorGunter Knauf <gk@gknw.de>
Mon, 20 Aug 2007 15:51:45 +0000 (15:51 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 20 Aug 2007 15:51:45 +0000 (15:51 +0000)
configure.ac

index e0d0bd47eb155db39232b2a799c66475b1050c67..b907f11fcd1fbaa951c51daefdedc98aae071956 100644 (file)
@@ -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