summaryrefslogtreecommitdiff
path: root/ext/sockets/config.m4
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-07-03 05:25:00 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-07-03 05:25:00 +0000
commit78ec5a54a0e9e2b0d04e108e835f9444c86ee865 (patch)
tree12d74db9a566b48e12360c8d800df2281f5e5f2c /ext/sockets/config.m4
parent56ff5f7abf6a011c77b7a359d822e144f8d3e9be (diff)
downloadphp-git-78ec5a54a0e9e2b0d04e108e835f9444c86ee865.tar.gz
Use AC_CHECK_HEADERS(unistd.h) instead
Diffstat (limited to 'ext/sockets/config.m4')
-rw-r--r--ext/sockets/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4
index 8fcb0d610c..4bf7496de8 100644
--- a/ext/sockets/config.m4
+++ b/ext/sockets/config.m4
@@ -28,7 +28,7 @@ if test "$PHP_SOCKETS" != "no"; then
dnl ---------------------------------
AC_HEADER_STDC
- AC_UNISTD_H
+ AC_CHECK_HEADERS(unistd.h)
AC_CHECK_HEADERS(sys/types.h sys/socket.h netdb.h netinet/in.h netinet/tcp.h sys/un.h arpa/inet.h)
AC_CHECK_HEADERS(sys/time.h errno.h fcntl.h)