We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb63e4f + 9b089ed commit 988d29bCopy full SHA for 988d29b
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