]> granicus.if.org Git - php/commitdiff
No need to have multiple AC_CHECK_FUNCS calls
authorfoobar <sniper@php.net>
Mon, 24 Jun 2002 09:25:51 +0000 (09:25 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Jun 2002 09:25:51 +0000 (09:25 +0000)
ext/ldap/config.m4

index 2113ca29613f92efed2e57daab6cf878d310f004..aef149b8dbae21a2e587d05efd71f015ef374c62 100644 (file)
@@ -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