diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-05 17:43:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-05 17:43:20 +0000 |
commit | c1a03bee0806c14511bf94d257e3e41bcaf2a78a (patch) | |
tree | e1dc58e2bcf1ac2265b1d19c128fd6b1e62c0f76 /src | |
parent | faac769a6b27319400ba351740c51f21eb9495d0 (diff) | |
download | postgresql-c1a03bee0806c14511bf94d257e3e41bcaf2a78a.tar.gz postgresql-c1a03bee0806c14511bf94d257e3e41bcaf2a78a.zip |
Document that configure option only affects contrib:
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
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. */ |