summaryrefslogtreecommitdiff
path: root/ext/xslt
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-21 15:49:55 +0000
committerfoobar <sniper@php.net>2002-03-21 15:49:55 +0000
commitec1b89a6278999dd6d1997032bf11bbd1abda85e (patch)
tree4be13bebc377fb36af524cbf90290f4fb068ecf2 /ext/xslt
parent1cf188ae1bedbfdb24aa46fb1eaf7b077761bb2c (diff)
downloadphp-git-ec1b89a6278999dd6d1997032bf11bbd1abda85e.tar.gz
Minor detail fixed.
Diffstat (limited to 'ext/xslt')
-rw-r--r--ext/xslt/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4
index e1305bec3f..b05dfcfc7f 100644
--- a/ext/xslt/config.m4
+++ b/ext/xslt/config.m4
@@ -56,7 +56,7 @@ if test "$PHP_XSLT" != "no"; then
if test "$PHP_XSLT_SABLOT" != "no"; then
found_expat=no
for i in $PHP_EXPAT_DIR $XSLT_DIR; do
- 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
AC_DEFINE(HAVE_LIBEXPAT2, 1, [ ])
PHP_ADD_INCLUDE($i/include)
PHP_ADD_LIBRARY_WITH_PATH(expat, $i/lib, XSLT_SHARED_LIBADD)