From aa0afd9307fa6963007864bf3ec569243d959d6d Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Wed, 11 Jun 2003 19:27:01 +0000 Subject: [PATCH] update messages to require libxsl >= 1.0.18 --- ext/domxml/config.m4 | 8 ++++---- ext/xsl/config.m4 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4 index 7d25997e4f..49caa60a62 100644 --- a/ext/domxml/config.m4 +++ b/ext/domxml/config.m4 @@ -29,9 +29,9 @@ AC_DEFUN(PHP_DOM_EXSLT_CHECK_VERSION,[ yes #endif ],[ - AC_MSG_RESULT(>= 1.0.3) + AC_MSG_RESULT(>= 1.0.18) ],[ - AC_MSG_ERROR(libxslt version 1.0.3 or greater required.) + AC_MSG_ERROR(libxslt version 1.0.18 or greater required.) ]) CPPFLAGS=$old_CPPFLAGS ]) @@ -73,7 +73,7 @@ if test "$PHP_DOM_XSLT" != "no"; then if test -z "$DOMXSLT_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_DOM_XSLT_CHECK_VERSION @@ -113,7 +113,7 @@ if test "$PHP_DOM_EXSLT" != "no"; then if test -z "$DOMEXSLT_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_DOM_EXSLT_CHECK_VERSION diff --git a/ext/xsl/config.m4 b/ext/xsl/config.m4 index 81476cb199..c24bd186f6 100644 --- a/ext/xsl/config.m4 +++ b/ext/xsl/config.m4 @@ -20,7 +20,7 @@ AC_DEFUN(PHP_XSL_CHECK_VERSION,[ ]) 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 "$PHP_XSL" != "no"; then 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 -- 2.50.1