diff options
| author | foobar <sniper@php.net> | 2002-03-21 15:49:55 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-03-21 15:49:55 +0000 |
| commit | ec1b89a6278999dd6d1997032bf11bbd1abda85e (patch) | |
| tree | 4be13bebc377fb36af524cbf90290f4fb068ecf2 /ext/xslt | |
| parent | 1cf188ae1bedbfdb24aa46fb1eaf7b077761bb2c (diff) | |
| download | php-git-ec1b89a6278999dd6d1997032bf11bbd1abda85e.tar.gz | |
Minor detail fixed.
Diffstat (limited to 'ext/xslt')
| -rw-r--r-- | ext/xslt/config.m4 | 2 |
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) |
