--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]
#
# 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)
<term><option>--with-libxslt</option></term>
<listitem>
<para>
- Build with libxslt. The <filename>contrib/xml2</> module
- relies on this library to perform Stylesheet transformations of
- XML.
+ Build <filename>/contrib/xml2</> with libxslt.
+ <filename>/contrib/xml2</> relies on this library to perform
+ Stylesheet transformations of XML.
</para>
</listitem>
</varlistentry>