From 9ba67322306d209cb52302b7aac397ac92b8b0a3 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 15 Nov 2002 16:42:04 +0000 Subject: [PATCH] MFH: show correct result --- ext/xslt/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4 index d721721764..6527ba2684 100644 --- a/ext/xslt/config.m4 +++ b/ext/xslt/config.m4 @@ -48,9 +48,9 @@ if test "$PHP_XSLT" != "no"; then 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 -- 2.50.1