summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-06-11 19:27:01 +0000
committerRob Richards <rrichards@php.net>2003-06-11 19:27:01 +0000
commitaa0afd9307fa6963007864bf3ec569243d959d6d (patch)
tree502111f99a7bc20335c5da5b97e2db66b81b0424
parent73c172cfee1831a1e1dbaa5c25c32e8ba7fed9db (diff)
downloadphp-git-aa0afd9307fa6963007864bf3ec569243d959d6d.tar.gz
update messages to require libxsl >= 1.0.18
-rw-r--r--ext/domxml/config.m48
-rw-r--r--ext/xsl/config.m44
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