Commit c1a03bee authored by Bruce Momjian's avatar Bruce Momjian

Document that configure option only affects contrib:

 --with-ossp-uuid        use OSSP UUID library when building /contrib/uuid-ossp
parent faac769a
...@@ -896,7 +896,7 @@ Optional Packages: ...@@ -896,7 +896,7 @@ Optional Packages:
--with-openssl build with OpenSSL support --with-openssl build with OpenSSL support
--without-readline do not use GNU Readline nor BSD Libedit for editing --without-readline do not use GNU Readline nor BSD Libedit for editing
--with-libedit-preferred prefer BSD Libedit over GNU Readline --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-libxml build with XML support
--with-libxslt use XSLT support when building /contrib/xml2 --with-libxslt use XSLT support when building /contrib/xml2
--with-system-tzdata=DIR use system time zone data in DIR --with-system-tzdata=DIR use system time zone data in DIR
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.534 2007/11/04 18:53:39 momjian Exp $ dnl $PostgreSQL: pgsql/configure.in,v 1.535 2007/11/05 17:43:20 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -569,7 +569,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no, ...@@ -569,7 +569,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
# #
# OSSP UUID library # 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) AC_SUBST(with_ossp_uuid)
......
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.296 2007/11/04 18:53:39 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.297 2007/11/05 17:43:20 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
...@@ -937,11 +937,10 @@ su - postgres ...@@ -937,11 +937,10 @@ su - postgres
<term><option>--with-ossp-uuid</option></term> <term><option>--with-ossp-uuid</option></term>
<listitem> <listitem>
<para> <para>
Build with the <ulink Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID library</ulink> when building <filename>/contrib/uuid-ossp</>.
library</ulink>. This is necessary for the contrib module The library provides functions to generate
<literal>uuid-ossp</literal> which provides functions to UUIDs.<indexterm><primary>UUID</primary></indexterm>
generate UUIDs.<indexterm><primary>UUID</primary></indexterm>
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
...@@ -672,7 +672,8 @@ ...@@ -672,7 +672,8 @@
/* Define to 1 to build with XML support. (--with-libxml) */ /* Define to 1 to build with XML support. (--with-libxml) */
#undef USE_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 #undef USE_LIBXSLT
/* Define to select named POSIX semaphores. */ /* Define to select named POSIX semaphores. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment