summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2007-11-04 18:53:39 +0000
committerBruce Momjian2007-11-04 18:53:39 +0000
commitf96e1e0faa1f86a6cd0321743a2c505da573e211 (patch)
tree2c18203fcf6fa9f539acd75106153b426c6528b7 /configure.in
parentede83e04aadda5c893d826324f3c9640e34671c2 (diff)
Update wording for xsl configure option.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0da6ede61c..0539a0ed0c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
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 Developers, please strive to achieve this order:
dnl
@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
#
# XSLT
#
-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)])])
+PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building /contrib/xml2],
+ [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building /contrib/xml2. (--with-libxslt)])])
AC_SUBST(with_libxslt)