]> granicus.if.org Git - php/commitdiff
update messages to require libxsl >= 1.0.18
authorRob Richards <rrichards@php.net>
Wed, 11 Jun 2003 19:27:01 +0000 (19:27 +0000)
committerRob Richards <rrichards@php.net>
Wed, 11 Jun 2003 19:27:01 +0000 (19:27 +0000)
ext/domxml/config.m4
ext/xsl/config.m4

index 7d25997e4f5f36a6b34110fdd2064a1fcfb62c93..49caa60a62564a88d6555559686d849385355c55 100644 (file)
@@ -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
index 81476cb199ba77a64358e8af52a57dd73c47b3a3..c24bd186f65dbec50a08d1ba01d41810d162bf57 100644 (file)
@@ -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