From 466697ed0729c58d13d995222e6b832bfaf19f7a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Nov 2007 18:10:42 +0000 Subject: [PATCH] Document that configure --with-libxslt controls just /contrib/xml2. Nikolay Samokhvalov --- configure | 2 +- configure.in | 4 ++-- doc/src/sgml/installation.sgml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index a7d67b5f3f..715a01c8a9 100755 --- 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 with XSLT support + --with-libxslt build /contrib/xml2 with XSLT support --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] diff --git a/configure.in b/configure.in index 9bff1083e9..e52886bc99 100644 --- a/configure.in +++ b/configure.in @@ -600,8 +600,8 @@ AC_SUBST(with_libxml) # # XSLT # -PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build with XSLT support], - [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build with XSLT support. (--with-libxslt)])]) +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)])]) AC_SUBST(with_libxslt) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9bc5ea5b1a..696feef4cb 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -973,9 +973,9 @@ su - postgres - Build with libxslt. The contrib/xml2 module - relies on this library to perform Stylesheet transformations of - XML. + Build /contrib/xml2 with libxslt. + /contrib/xml2 relies on this library to perform + Stylesheet transformations of XML. -- 2.39.5