diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4b23f23d7f4..65d3738f793 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.341 2004/04/30 04:31:51 momjian Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.342 2004/04/30 15:01:25 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -894,10 +894,10 @@ AC_LIBOBJ(gettimeofday) AC_LIBOBJ(open) AC_LIBOBJ(pipe) AC_LIBOBJ(rand) -AC_DEFINE(PGTZ, 1, +AC_DEFINE(USE_PGTZ, 1, [Define to 1 to use our own timezone library]) PGTZ=yes -AC_SUBST(PGTZ) ;; +AC_SUBST(USE_PGTZ) ;; esac # Win32 can't to rename or unlink on an open file |