Skip to content

Commit 89d25e6

Browse files
committed
Add 'sockets' dependency
1 parent 99c345c commit 89d25e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ if test $PHP_UV != "no"; then
5050

5151
PHP_NEW_EXTENSION(uv, php_uv.c uv.c $SOURCES, $ext_shared)
5252

53+
PHP_ADD_EXTENSION_DEP(uv, sockets)
54+
5355
if test $PHP_HTTPPARSER != "no"; then
5456
PHP_ADD_INCLUDE([$ext_srcdir/http-parser])
5557
fi

0 commit comments

Comments
 (0)