From: foobar Date: Sun, 8 May 2005 15:58:50 +0000 (+0000) Subject: this check was not needed X-Git-Tag: php-5.0.1b1~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fef305724b5681e9de63656b230491280a754979;p=php this check was not needed --- diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 6c9feb8a56..710b45e911 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -171,7 +171,7 @@ if test "$PHP_LDAP" != "no"; then dnl Solaris 2.8 claims to be 2004 API, but doesn't have dnl ldap_parse_reference() nor ldap_start_tls_s() - AC_CHECK_FUNCS([ldap_memfree ldap_parse_result ldap_parse_reference ldap_start_tls_s]) + AC_CHECK_FUNCS([ldap_parse_result ldap_parse_reference ldap_start_tls_s]) LDFLAGS=$_SAVE_LDFLAGS dnl