diff options
Diffstat (limited to 'ext/xsl/config.m4')
-rw-r--r-- | ext/xsl/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/xsl/config.m4 b/ext/xsl/config.m4 index 8dacfa00a..606963f60 100644 --- a/ext/xsl/config.m4 +++ b/ext/xsl/config.m4 @@ -1,10 +1,10 @@ dnl -dnl $Id: config.m4,v 1.11.4.1 2006/09/08 16:41:01 bjori Exp $ +dnl $Id: config.m4,v 1.11.4.2 2007/07/03 17:25:35 sniper Exp $ dnl PHP_ARG_WITH(xsl, for XSL support, -[ --with-xsl[=DIR] Include new XSL support (requires libxslt >= 1.1.0). - DIR is the libxslt install directory]) +[ --with-xsl[=DIR] Include XSL support. DIR is the libxslt base + install directory (libxslt >= 1.1.0 required)]) if test "$PHP_XSL" != "no"; then |