From c1a03bee0806c14511bf94d257e3e41bcaf2a78a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Nov 2007 17:43:20 +0000 Subject: Document that configure option only affects contrib: --with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp --- src/include/pg_config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 570472e13f4..e147e86b7b4 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -672,7 +672,8 @@ /* Define to 1 to build with XML support. (--with-libxml) */ #undef USE_LIBXML -/* Define to 1 to build with XSLT support. (--with-libxslt) */ +/* Define to 1 to use XSLT support when building /contrib/xml2. + (--with-libxslt) */ #undef USE_LIBXSLT /* Define to select named POSIX semaphores. */ -- cgit v1.2.3