summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-23 22:04:03 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-27 02:45:09 +0200
commit2079b09854ba1b7990641450ab9a69a141f7718a (patch)
tree92454c17c99037b9665d13da7008f0c24b534f5e /ext/standard/config.m4
parent83b99527dfb624b2b87d358ba729528bac3c7aab (diff)
downloadphp-git-2079b09854ba1b7990641450ab9a69a141f7718a.tar.gz
Clean headers checks
Some headers were checked multiple times in the main configure.ac file and in the bundled extensions or SAPIs themselves. Also many of these checks are then used accross other extensions or SAPIs so a central configure.ac makes most sense for these checks.
Diffstat (limited to 'ext/standard/config.m4')
-rw-r--r--ext/standard/config.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4
index 891fca2ffa..b0ec90900b 100644
--- a/ext/standard/config.m4
+++ b/ext/standard/config.m4
@@ -448,7 +448,6 @@ AC_CHECK_HEADERS([net/if.h],[], [],
#endif
#include <net/if.h>
])
-AC_CHECK_HEADERS([netdb.h])
AC_MSG_CHECKING([for usable getifaddrs])
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include <sys/types.h>