diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ |