From: Scott MacVicar Date: Wed, 5 Aug 2009 20:01:33 +0000 (+0000) Subject: res_search is already checked within ext/standard/config.m4 X-Git-Tag: php-5.4.0alpha1~191^2~2848 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac4292ff0b26560173f93c3866aceaa3ed5b1035;p=php 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) --- diff --git a/configure.in b/configure.in index d24316737f..c38da2e965 100644 --- a/configure.in +++ b/configure.in @@ -424,6 +424,7 @@ netinet/in.h \ alloca.h \ arpa/inet.h \ arpa/nameser.h \ +arpa/nameser_compat.h \ assert.h \ crypt.h \ fcntl.h \ @@ -599,7 +600,6 @@ putenv \ realpath \ random \ rand_r \ -res_search \ scandir \ setitimer \ setlocale \