1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add configure option --with-system-tzdata to use operating system time zone

database.
This commit is contained in:
Peter Eisentraut
2007-08-20 08:53:12 +00:00
parent e1a1da9f4b
commit 4e94d1f952
5 changed files with 90 additions and 5 deletions

View File

@ -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
@ -606,6 +606,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
#