From: Bruce Momjian Date: Sun, 4 Nov 2007 18:53:39 +0000 (+0000) Subject: Update wording for xsl configure option. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4e6a6e59440742b0debb1d32629f03b694d79486;p=users%2Fbernd%2Fpostgres.git Update wording for xsl configure option. --- diff --git a/configure b/configure index 715a01c8a9..8e44cb5642 100755 --- a/configure +++ b/configure @@ -898,7 +898,7 @@ Optional Packages: --with-libedit-preferred prefer BSD Libedit over GNU Readline --with-ossp-uuid build with OSSP UUID library for UUID generation --with-libxml build with XML support - --with-libxslt build /contrib/xml2 with XSLT support + --with-libxslt use XSLT support when building /contrib/xml2 --with-system-tzdata=DIR use system time zone data in DIR --without-zlib do not use Zlib --with-gnu-ld assume the C compiler uses GNU ld [default=no] diff --git a/configure.in b/configure.in index e52886bc99..2243885369 100644 --- a/configure.in +++ b/configure.in @@ -600,8 +600,8 @@ AC_SUBST(with_libxml) # # XSLT # -PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build /contrib/xml2 with XSLT support], - [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build /contrib/xml2 with XSLT support. (--with-libxslt)])]) +PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building /contrib/xml2], + [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building /contrib/xml2. (--with-libxslt)])]) AC_SUBST(with_libxslt) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 696feef4cb..af8e0f6a20 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -973,7 +973,7 @@ su - postgres - Build /contrib/xml2 with libxslt. + Use libxslt when building /contrib/xml2. /contrib/xml2 relies on this library to perform Stylesheet transformations of XML.