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 1cf188a commit ec1b89aCopy full SHA for ec1b89a
ext/xslt/config.m4
@@ -56,7 +56,7 @@ if test "$PHP_XSLT" != "no"; then
56
if test "$PHP_XSLT_SABLOT" != "no"; then
57
found_expat=no
58
for i in $PHP_EXPAT_DIR $XSLT_DIR; do
59
- if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.so; then
+ if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.$SHLIB_SUFFIX_NAME; then
60
AC_DEFINE(HAVE_LIBEXPAT2, 1, [ ])
61
PHP_ADD_INCLUDE($i/include)
62
PHP_ADD_LIBRARY_WITH_PATH(expat, $i/lib, XSLT_SHARED_LIBADD)
0 commit comments