Skip to content

Commit ec1b89a

Browse files
author
foobar
committed
Minor detail fixed.
1 parent 1cf188a commit ec1b89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xslt/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if test "$PHP_XSLT" != "no"; then
5656
if test "$PHP_XSLT_SABLOT" != "no"; then
5757
found_expat=no
5858
for i in $PHP_EXPAT_DIR $XSLT_DIR; do
59-
if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.so; then
59+
if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.$SHLIB_SUFFIX_NAME; then
6060
AC_DEFINE(HAVE_LIBEXPAT2, 1, [ ])
6161
PHP_ADD_INCLUDE($i/include)
6262
PHP_ADD_LIBRARY_WITH_PATH(expat, $i/lib, XSLT_SHARED_LIBADD)

0 commit comments

Comments
 (0)