Document that configure option only affects contrib:
authorBruce Momjian <bruce@momjian.us>
Mon, 5 Nov 2007 17:43:20 +0000 (17:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 5 Nov 2007 17:43:20 +0000 (17:43 +0000)
 --with-ossp-uuid        use OSSP UUID library when building /contrib/uuid-ossp

configure
configure.in
doc/src/sgml/installation.sgml
src/include/pg_config.h.in

index 8e44cb5642bd296357c36f347b11abd50aca9f4b..1ee9c59d9f452d8ab3926aa9cda1f5c1ab2e2ee5 100755 (executable)
--- a/configure
+++ b/configure
@@ -896,7 +896,7 @@ Optional Packages:
   --with-openssl          build with OpenSSL support
   --without-readline      do not use GNU Readline nor BSD Libedit for editing
   --with-libedit-preferred  prefer BSD Libedit over GNU Readline
-  --with-ossp-uuid        build with OSSP UUID library for UUID generation
+  --with-ossp-uuid        use OSSP UUID library when building /contrib/uuid-ossp
   --with-libxml           build with XML support
   --with-libxslt          use XSLT support when building /contrib/xml2
   --with-system-tzdata=DIR  use system time zone data in DIR
index 2243885369e7252e417d237c88a82b69c2db05b3..c00df8c4b3fae2b70b5fb054599387ad4f41aa27 100644 (file)
@@ -569,7 +569,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
 #
 # OSSP UUID library
 #
-PGAC_ARG_BOOL(with, ossp-uuid, no, [  --with-ossp-uuid        build with OSSP UUID library for UUID generation])
+PGAC_ARG_BOOL(with, ossp-uuid, no, [  --with-ossp-uuid        use OSSP UUID library when building /contrib/uuid-ossp ])
 AC_SUBST(with_ossp_uuid)
 
 
index af8e0f6a20ab9bfa5389d3ba8844d5e7689747d1..7fae322ca6ae8f6415c25f2afbd7fda6b0bdd303 100644 (file)
@@ -937,11 +937,10 @@ su - postgres
        <term><option>--with-ossp-uuid</option></term>
        <listitem>
         <para>
-         Build with the <ulink
-         url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
-         library</ulink>.  This is necessary for the contrib module
-         <literal>uuid-ossp</literal> which provides functions to
-         generate UUIDs.<indexterm><primary>UUID</primary></indexterm>
+         Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
+         library</ulink> when building <filename>/contrib/uuid-ossp</>.
+         The library provides functions to generate
+         UUIDs.<indexterm><primary>UUID</primary></indexterm>
         </para>
        </listitem>
       </varlistentry>
index 570472e13f4f2f71aa1aca4209b98ae8b62c6ccb..e147e86b7b41164cb910108292ca713369d4085f 100644 (file)
 /* 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. */