diff options
| author | Bruce Momjian | 2007-11-04 18:10:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-11-04 18:10:42 +0000 |
| commit | ede83e04aadda5c893d826324f3c9640e34671c2 (patch) | |
| tree | 78afa22bfca3b92640c985063d3e23d1f79ed18c /configure.in | |
| parent | 69500b05d6adb77d73fd5867f74167f17a608e3e (diff) | |
Document that configure --with-libxslt controls just /contrib/xml2.
Nikolay Samokhvalov
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4ae9aaab7b..0da6ede61c 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.532 2007/10/29 11:25:42 mha Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.533 2007/11/04 18:10:42 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 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) |
