helly Fri Nov 15 10:17:39 2002 EDT
Modified files:
/php4/ext/xslt config.m4
Log:
Show correct result
Index: php4/ext/xslt/config.m4
diff -u php4/ext/xslt/config.m4:1.30 php4/ext/xslt/config.m4:1.31
--- php4/ext/xslt/config.m4:1.30 Sun Nov 10 07:18:02 2002
+++ php4/ext/xslt/config.m4 Fri Nov 15 10:17:38 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.30 2002/11/10 12:18:02 msopacua Exp $
+dnl $Id: config.m4,v 1.31 2002/11/15 15:17:38 helly Exp $
dnl
dnl +------------------------------------------------------------------------------+
dnl | This is where the magic of the extension reallly is. Depending on what |
@@ -48,9 +48,9 @@
condition="$i$XSLT_TEST_FILE"
if test -r $condition; then
XSLT_DIR=$i
- AC_MSG_RESULT(found $XSLT_BACKEND_NAME in $i)
fi
done
+ AC_MSG_RESULT(found in $XSLT_DIR)
fi
if test -z "$XSLT_DIR"; then
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php