diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-01-18 20:25:37 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-01-18 20:52:43 +0000 |
commit | 2cc571f9e3b6215dee72b57a02824e186d07c863 (patch) | |
tree | 9c68c0d1a5334c3d34db48a89501eb2807c354a4 /configure.ac | |
parent | 1cbc8fd3d1a95b90a1585d57d7af37c73cda2fc1 (diff) | |
download | curl-2cc571f9e3b6215dee72b57a02824e186d07c863.tar.gz |
ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP
For consistency with other USE_WIN32_ defines as well as the
USE_OPENLDAP define.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a1b560ceb..04727acbf 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -1046,7 +1046,7 @@ if test x$CURL_DISABLE_LDAP != x1 ; then if test "$LDAPLIBNAME" = "wldap32"; then curl_ldap_msg="enabled (winldap)" - AC_DEFINE(CURL_LDAP_WIN, 1, [Use Windows LDAP implementation]) + AC_DEFINE(USE_WIN32_LDAP, 1, [Use Windows LDAP implementation]) else curl_ldap_msg="enabled (OpenLDAP)" if test "x$ac_cv_func_ldap_init_fd" = "xyes"; then |