diff --git a/configure b/configure
index fc37715cd0..45dbf16ee9 100755
--- a/configure
+++ b/configure
@@ -1539,8 +1539,7 @@ Optional Packages:
--without-readline do not use GNU Readline nor BSD Libedit for editing
--with-libedit-preferred
prefer BSD Libedit over GNU Readline
- --with-ossp-uuid use OSSP UUID library when building
- contrib/uuid-ossp
+ --with-ossp-uuid build contrib/uuid-ossp, requires OSSP UUID library
--with-libxml build with XML support
--with-libxslt use XSLT support when building contrib/xml2
--with-system-tzdata=DIR
diff --git a/configure.in b/configure.in
index 0a85a05641..f7177db71e 100644
--- a/configure.in
+++ b/configure.in
@@ -713,7 +713,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
#
# OSSP UUID library
#
-PGAC_ARG_BOOL(with, ossp-uuid, no, [use OSSP UUID library when building contrib/uuid-ossp])
+PGAC_ARG_BOOL(with, ossp-uuid, no, [build contrib/uuid-ossp, requires OSSP UUID library])
AC_SUBST(with_ossp_uuid)
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 61e34126c0..0410cff4ac 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -861,11 +861,12 @@ su - postgres
- Use the OSSP UUID
- library when building the
+ Build components using the OSSP UUID
+ library. Specifically, build the
- ]]>
- module. The library provides functions to generate
+ ]]> module,
+ which provides functions to generate
UUIDs.UUID