Commit f96e1e0f authored by Bruce Momjian's avatar Bruce Momjian

Update wording for xsl configure option.

parent ede83e04
...@@ -898,7 +898,7 @@ Optional Packages: ...@@ -898,7 +898,7 @@ Optional Packages:
--with-libedit-preferred prefer BSD Libedit over GNU Readline --with-libedit-preferred prefer BSD Libedit over GNU Readline
--with-ossp-uuid build with OSSP UUID library for UUID generation --with-ossp-uuid build with OSSP UUID library for UUID generation
--with-libxml build with XML support --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 --with-system-tzdata=DIR use system time zone data in DIR
--without-zlib do not use Zlib --without-zlib do not use Zlib
--with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-gnu-ld assume the C compiler uses GNU ld [default=no]
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.533 2007/11/04 18:10:42 momjian Exp $ dnl $PostgreSQL: pgsql/configure.in,v 1.534 2007/11/04 18:53:39 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -600,8 +600,8 @@ AC_SUBST(with_libxml) ...@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
# #
# XSLT # XSLT
# #
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build /contrib/xml2 with XSLT support], PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building /contrib/xml2],
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build /contrib/xml2 with XSLT support. (--with-libxslt)])]) [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building /contrib/xml2. (--with-libxslt)])])
AC_SUBST(with_libxslt) AC_SUBST(with_libxslt)
......
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.295 2007/11/04 18:10:42 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.296 2007/11/04 18:53:39 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
...@@ -973,7 +973,7 @@ su - postgres ...@@ -973,7 +973,7 @@ su - postgres
<term><option>--with-libxslt</option></term> <term><option>--with-libxslt</option></term>
<listitem> <listitem>
<para> <para>
Build <filename>/contrib/xml2</> with libxslt. Use libxslt when building <filename>/contrib/xml2</>.
<filename>/contrib/xml2</> relies on this library to perform <filename>/contrib/xml2</> relies on this library to perform
Stylesheet transformations of XML. Stylesheet transformations of XML.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment