mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
dont set CURL_LDAP_HYBRID for MingW32 configure builds.
This commit is contained in:
parent
e347cff0e4
commit
72e675caee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user