diff options
| author | Peter Eisentraut | 2007-08-20 08:53:12 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-08-20 08:53:12 +0000 |
| commit | 4e94d1f952c3ce5670ceae3c12b55e344503a701 (patch) | |
| tree | b6ce284528efacf49c57956bb7d4ecca8cf9931b /configure.in | |
| parent | e1a1da9f4b869b77ea304a939adba6b2d2058014 (diff) | |
Add configure option --with-system-tzdata to use operating system time zone
database.
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 5f7cd886f1e..5b13961f6e3 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.523 2007/08/05 15:43:00 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.524 2007/08/20 08:53:12 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -607,6 +607,13 @@ PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build with XSLT supp AC_SUBST(with_libxslt) # +# tzdata +# +PGAC_ARG_REQ(with, system-tzdata, + [ --with-system-tzdata=DIR use system time zone data in DIR]) +AC_SUBST(with_system_tzdata) + +# # Zlib # PGAC_ARG_BOOL(with, zlib, yes, |
