scottmac                                 Wed, 05 Aug 2009 20:01:33 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286852

Log:
res_search is already checked within ext/standard/config.m4
also check for arpa/nameser_compat.h, OSX puts some old defines in there (not 
used yet)

Changed paths:
    U   php/php-src/branches/PHP_5_3/configure.in
    U   php/php-src/trunk/configure.in

Modified: php/php-src/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in   2009-08-05 19:45:13 UTC (rev 
286851)
+++ php/php-src/branches/PHP_5_3/configure.in   2009-08-05 20:01:33 UTC (rev 
286852)
@@ -424,6 +424,7 @@
 alloca.h \
 arpa/inet.h \
 arpa/nameser.h \
+arpa/nameser_compat.h \
 assert.h \
 crypt.h \
 fcntl.h \
@@ -599,7 +600,6 @@
 realpath \
 random \
 rand_r \
-res_search \
 scandir \
 setitimer \
 setlocale \

Modified: php/php-src/trunk/configure.in
===================================================================
--- php/php-src/trunk/configure.in      2009-08-05 19:45:13 UTC (rev 286851)
+++ php/php-src/trunk/configure.in      2009-08-05 20:01:33 UTC (rev 286852)
@@ -424,6 +424,7 @@
 alloca.h \
 arpa/inet.h \
 arpa/nameser.h \
+arpa/nameser_compat.h \
 assert.h \
 crypt.h \
 fcntl.h \
@@ -599,7 +600,6 @@
 realpath \
 random \
 rand_r \
-res_search \
 scandir \
 setitimer \
 setlocale \

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to