]> granicus.if.org Git - php/commitdiff
MFH: show correct result
authorMarcus Boerger <helly@php.net>
Fri, 15 Nov 2002 16:42:04 +0000 (16:42 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 15 Nov 2002 16:42:04 +0000 (16:42 +0000)
ext/xslt/config.m4

index d721721764cf34e74dedf03535e24c754a3ccc66..6527ba268437d07837597de04c2144bba953fe84 100644 (file)
@@ -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