From: foobar Date: Mon, 24 Jun 2002 09:25:51 +0000 (+0000) Subject: No need to have multiple AC_CHECK_FUNCS calls X-Git-Tag: php-4.3.0dev_zend2_alpha2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0998192b4beb08b5495111cc3c4bf2468911a8a;p=php No need to have multiple AC_CHECK_FUNCS calls --- diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 2113ca2961..aef149b8db 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -105,6 +105,5 @@ 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_parse_reference) - AC_CHECK_FUNCS(ldap_start_tls_s) + AC_CHECK_FUNCS([ldap_parse_reference ldap_start_tls_s]) fi