We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7f97b commit 7d295cbCopy full SHA for 7d295cb
ext/sockets/config.m4
@@ -4,8 +4,7 @@ PHP_ARG_ENABLE([sockets],
4
[Enable sockets support])])
5
6
if test "$PHP_SOCKETS" != "no"; then
7
- AC_CHECK_FUNCS([hstrerror if_nametoindex if_indextoname])
8
- AC_CHECK_FUNCS(sockatmark)
+ AC_CHECK_FUNCS([hstrerror if_nametoindex if_indextoname sockatmark])
9
AC_CHECK_HEADERS([sys/sockio.h linux/filter.h])
10
AC_DEFINE([HAVE_SOCKETS], 1, [ ])
11
0 commit comments