]> granicus.if.org Git - postgresql/commitdiff
Document new -with-libxslt build option.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 21 Apr 2007 15:30:28 +0000 (15:30 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 21 Apr 2007 15:30:28 +0000 (15:30 +0000)
doc/src/sgml/installation.sgml

index 262dbe7130a83081ac2a2d0badb5ba0adea190dc..b8474a0a87b0274a02bc69e9151d83265a2518c6 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.286 2007/03/13 16:03:36 mha Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.287 2007/04/21 15:30:28 adunstan Exp $ -->
 
 <chapter id="installation">
  <title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -933,6 +933,17 @@ su - postgres
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+       <term><option>--with-libxslt</option></term>
+       <listitem>
+        <para>
+         Build with libxslt. The <filename>contrib/xml2</> module 
+                relies on this library to perform Stylesheet transformations of
+                XML. 
+        </para>
+       </listitem>
+      </varlistentry>
+
       <varlistentry>
        <term><option>--enable-integer-datetimes</option></term>
        <listitem>