]> granicus.if.org Git - php/commitdiff
Minor detail fixed.
authorfoobar <sniper@php.net>
Thu, 21 Mar 2002 15:49:55 +0000 (15:49 +0000)
committerfoobar <sniper@php.net>
Thu, 21 Mar 2002 15:49:55 +0000 (15:49 +0000)
ext/xslt/config.m4

index e1305bec3f1595efdee9779267fd75decab1d803..b05dfcfc7f2abacfdc65553157d615d63ff2c030 100644 (file)
@@ -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)