From: Marcus Boerger Date: Fri, 15 Nov 2002 15:17:39 +0000 (+0000) Subject: Show correct result X-Git-Tag: RELEASE_1_0b2~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adffe9fba659d37964dbbbf336f799411472e256;p=php Show correct result --- 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