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
])
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
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
])
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
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