Skip to content

Commit f96e1e0

Browse files
committed
Update wording for xsl configure option.
1 parent ede83e0 commit f96e1e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

configure

Lines changed: 1 addition & 1 deletion
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 /contrib/xml2 with XSLT support
901+
--with-libxslt use XSLT support when building /contrib/xml2
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

Lines changed: 3 additions & 3 deletions
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.533 2007/11/04 18:10:42 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.534 2007/11/04 18:53:39 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 /contrib/xml2 with XSLT support],
604-
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build /contrib/xml2 with XSLT support. (--with-libxslt)])])
603+
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building /contrib/xml2],
604+
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building /contrib/xml2. (--with-libxslt)])])
605605

606606

607607
AC_SUBST(with_libxslt)

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.295 2007/11/04 18:10:42 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.296 2007/11/04 18:53:39 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -973,7 +973,7 @@ su - postgres
973973
<term><option>--with-libxslt</option></term>
974974
<listitem>
975975
<para>
976-
Build <filename>/contrib/xml2</> with libxslt.
976+
Use libxslt when building <filename>/contrib/xml2</>.
977977
<filename>/contrib/xml2</> relies on this library to perform
978978
Stylesheet transformations of XML.
979979
</para>

0 commit comments

Comments
 (0)