helly           Fri Nov 15 11:42:03 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/xslt      config.m4 
  Log:
  MFH: show correct result
  
  
Index: php4/ext/xslt/config.m4
diff -u php4/ext/xslt/config.m4:1.30 php4/ext/xslt/config.m4:1.30.2.1
--- php4/ext/xslt/config.m4:1.30        Sun Nov 10 07:18:02 2002
+++ php4/ext/xslt/config.m4     Fri Nov 15 11:42:03 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.30.2.1 2002/11/15 16:42:03 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

Reply via email to