Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ede83e0

Browse files
committed
Document that configure --with-libxslt controls just /contrib/xml2.
Nikolay Samokhvalov
1 parent 69500b0 commit ede83e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Optional Packages:
898898
--with-libedit-preferred prefer BSD Libedit over GNU Readline
899899
--with-ossp-uuid build with OSSP UUID library for UUID generation
900900
--with-libxml build with XML support
901-
--with-libxslt build with XSLT support
901+
--with-libxslt build /contrib/xml2 with XSLT support
902902
--with-system-tzdata=DIR use system time zone data in DIR
903903
--without-zlib do not use Zlib
904904
--with-gnu-ld assume the C compiler uses GNU ld [default=no]

configure.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.532 2007/10/29 11:25:42 mha Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.533 2007/11/04 18:10:42 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
600600
#
601601
# XSLT
602602
#
603-
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build with XSLT support],
604-
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build with XSLT support. (--with-libxslt)])])
603+
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build /contrib/xml2 with XSLT support],
604+
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build /contrib/xml2 with XSLT support. (--with-libxslt)])])
605605

606606

607607
AC_SUBST(with_libxslt)

doc/src/sgml/installation.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.294 2007/10/06 15:50:43 alvherre Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.295 2007/11/04 18:10:42 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -973,9 +973,9 @@ su - postgres
973973
<term><option>--with-libxslt</option></term>
974974
<listitem>
975975
<para>
976-
Build with libxslt. The <filename>contrib/xml2</> module
977-
relies on this library to perform Stylesheet transformations of
978-
XML.
976+
Build <filename>/contrib/xml2</> with libxslt.
977+
<filename>/contrib/xml2</> relies on this library to perform
978+
Stylesheet transformations of XML.
979979
</para>
980980
</listitem>
981981
</varlistentry>

0 commit comments

Comments
 (0)