diff options
| author | Raphael Geissert <geissert@php.net> | 2011-03-18 18:47:09 +0000 |
|---|---|---|
| committer | Raphael Geissert <geissert@php.net> | 2011-03-18 18:47:09 +0000 |
| commit | 5b55a186228146de79f1d65ce7997ccbf6e2dec1 (patch) | |
| tree | d24a2dccc72c0cd393ea273d515dfa91ddee49c4 /ext/ldap | |
| parent | 5a53a74304941a1929484de42d3c04296d124510 (diff) | |
| download | php-git-5b55a186228146de79f1d65ce7997ccbf6e2dec1.tar.gz | |
Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339
Patch by Clint Byrum
Diffstat (limited to 'ext/ldap')
| -rw-r--r-- | ext/ldap/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 4112d46811..58d994c10e 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -50,7 +50,7 @@ AC_DEFUN([PHP_LDAP_SASL_CHECKS], [ SASL_LIB="-L$LDAP_SASL_LIBDIR -lsasl2" fi - PHP_CHECK_LIBRARY(ldap, sasl_version, + PHP_CHECK_LIBRARY(sasl2, sasl_version, [ PHP_ADD_INCLUDE($LDAP_SASL_INCDIR) PHP_ADD_LIBRARY_WITH_PATH(sasl2, $LDAP_SASL_LIBDIR, LDAP_SHARED_LIBADD) |
