rrichards Wed Jun 11 15:27:01 2003 EDT
Modified files:
/php4/ext/xsl config.m4
Log:
update messages to require libxsl >= 1.0.18
Index: php4/ext/xsl/config.m4
diff -u php4/ext/xsl/config.m4:1.2 php4/ext/xsl/config.m4:1.3
--- php4/ext/xsl/config.m4:1.2 Fri Jun 6 02:32:16 2003
+++ php4/ext/xsl/config.m4 Wed Jun 11 15:27:01 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.2 2003/06/06 06:32:16 sniper Exp $
+dnl $Id: config.m4,v 1.3 2003/06/11 19:27:01 rrichards Exp $
dnl
AC_DEFUN(PHP_XSL_CHECK_VERSION,[
@@ -20,7 +20,7 @@
])
PHP_ARG_WITH(xsl, for XSL support,
-[ --with-xsl[=DIR] Include new XSL support (requires libxslt >= 1.0.3).
+[ --with-xsl[=DIR] Include new XSL support (requires libxslt >= 1.0.18).
DIR is the libxslt install directory.])
if test "$PHP_XSL" != "no"; then
@@ -35,7 +35,7 @@
if test -z "$XSL_DIR"; then
AC_MSG_RESULT(not found)
- AC_MSG_ERROR(Please reinstall the libxslt >= 1.0.3 distribution)
+ AC_MSG_ERROR(Please reinstall the libxslt >= 1.0.18 distribution)
fi
PHP_XSL_CHECK_VERSION
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php