From fef305724b5681e9de63656b230491280a754979 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 8 May 2005 15:58:50 +0000 Subject: [PATCH] this check was not needed --- ext/ldap/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 6c9feb8a565..710b45e911b 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