Browse Source

this check was not needed

PHP-5.1
foobar 21 years ago
parent
commit
fef305724b
  1. 2
      ext/ldap/config.m4

2
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

Loading…
Cancel
Save