summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2004-04-30 04:31:52 +0000
committerBruce Momjian2004-04-30 04:31:52 +0000
commit7146eb0bc3d1cf0ebc9f6cff3c1cf2e5f2c177d4 (patch)
tree23da18374106d29886bafb50e0c0394363914cf1 /configure.in
parent7d6f37b8c0309e9f0f10f62dcef48e12eb3ffd75 (diff)
Integrate timezone library to be called only from Win32.
Timezone code backend integration done by Magnus Hagander.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fe540588c68..4b23f23d7f4 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.340 2004/04/30 04:18:28 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.341 2004/04/30 04:31:51 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -895,7 +895,9 @@ AC_LIBOBJ(open)
AC_LIBOBJ(pipe)
AC_LIBOBJ(rand)
AC_DEFINE(PGTZ, 1,
- [Define to 1 to use our own timezone library]) ;;
+ [Define to 1 to use our own timezone library])
+PGTZ=yes
+AC_SUBST(PGTZ) ;;
esac
# Win32 can't to rename or unlink on an open file