Update wording for xsl configure option.
authorBruce Momjian <bruce@momjian.us>
Sun, 4 Nov 2007 18:53:39 +0000 (18:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 4 Nov 2007 18:53:39 +0000 (18:53 +0000)
configure
configure.in
doc/src/sgml/installation.sgml

index 715a01c8a9664d79db0cf9873602762693ccf053..8e44cb5642bd296357c36f347b11abd50aca9f4b 100755 (executable)
--- 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]
index e52886bc99c06f126b4ea90e11446d6ec1b70f82..2243885369e7252e417d237c88a82b69c2db05b3 100644 (file)
@@ -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)
index 696feef4cb685c0d7cdbad80b10d56321714b4c2..af8e0f6a20ab9bfa5389d3ba8844d5e7689747d1 100644 (file)
@@ -973,7 +973,7 @@ su - postgres
        <term><option>--with-libxslt</option></term>
        <listitem>
         <para>
-         Build <filename>/contrib/xml2</> with libxslt.
+         Use libxslt when building <filename>/contrib/xml2</>.
          <filename>/contrib/xml2</> relies on this library to perform
          Stylesheet transformations of XML.
         </para>