We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21706fa commit 872ff82Copy full SHA for 872ff82
ext/uri/config.m4
@@ -34,7 +34,7 @@ if test "$PHP_EXTERNAL_URIPARSER" = "no"; then
34
URI_CFLAGS="-DURI_STATIC_BUILD"
35
else
36
PKG_CHECK_MODULES([LIBURIPARSER], [liburiparser >= 1.0.0])
37
- PHP_EVAL_LIBLINE([$LIBURIPARSER_LIBS], [URI_SHARED_LIBADD])
+ PHP_EVAL_LIBLINE([$LIBURIPARSER_LIBS])
38
PHP_EVAL_INCLINE([$LIBURIPARSER_CFLAGS])
39
fi
40
0 commit comments