diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 43cf008ed8b..557f74f4bd6 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.511 2007/04/15 12:48:23 adunstan Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.512 2007/04/21 17:26:17 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -556,6 +556,13 @@ 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]) +AC_SUBST(with_ossp_uuid) + + +# # XML # PGAC_ARG_BOOL(with, libxml, no, [ --with-libxml build with XML support], |