diff options
| author | Peter Eisentraut | 2007-04-21 17:26:18 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-04-21 17:26:18 +0000 |
| commit | 74496bc298e099401a8b41c1c529bf9fb7aa9f3c (patch) | |
| tree | 691b988a5d60c61fda649f535537eb7258873653 /configure.in | |
| parent | 71495f296e54468c3998ae1d9bc1654867b6369f (diff) | |
Contrib module uuid-ossp for generating UUID values using the OSSP UUID
library. New configure option --with-ossp-uuid to activate.
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 43cf008ed8..557f74f4bd 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], |
