summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2004-04-30 16:08:01 +0000
committerBruce Momjian2004-04-30 16:08:01 +0000
commit82700281d0939242392da1247dd2a4c79df9d6b6 (patch)
treeb9b6c9cc926d601e8804e42d6baf805328f35a40 /configure.in
parentb99a3a754181c0875a83656d42c423e506e070c0 (diff)
More cleanups for USE_PGTZ.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 65d3738f793..74e31f73fde 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.342 2004/04/30 15:01:25 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.343 2004/04/30 16:08:01 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -896,7 +896,7 @@ AC_LIBOBJ(pipe)
AC_LIBOBJ(rand)
AC_DEFINE(USE_PGTZ, 1,
[Define to 1 to use our own timezone library])
-PGTZ=yes
+USE_PGTZ=yes
AC_SUBST(USE_PGTZ) ;;
esac