summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2007-11-05 17:43:20 +0000
committerBruce Momjian2007-11-05 17:43:20 +0000
commitc1a03bee0806c14511bf94d257e3e41bcaf2a78a (patch)
treee1dc58e2bcf1ac2265b1d19c128fd6b1e62c0f76 /configure.in
parentfaac769a6b27319400ba351740c51f21eb9495d0 (diff)
Document that configure option only affects contrib:
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0539a0ed0c..4868717e9c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
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 Developers, please strive to achieve this order:
dnl
@@ -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)