diff options
author | Bruce Momjian | 2004-04-30 04:18:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-04-30 04:18:28 +0000 |
commit | 7d6f37b8c0309e9f0f10f62dcef48e12eb3ffd75 (patch) | |
tree | 5ea229d23e35b6d43d84b61f345c572fe9041688 /configure | |
parent | 4a73eb5ab1552913b2831ec0bd978dccb95f7b5b (diff) |
Enable use of our own timezone library for Win32.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure index d2c60e6366c..00408f9326a 100755 --- a/configure +++ b/configure @@ -12012,7 +12012,12 @@ LIBOBJS="$LIBOBJS copydir.$ac_objext" LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" LIBOBJS="$LIBOBJS open.$ac_objext" LIBOBJS="$LIBOBJS pipe.$ac_objext" -LIBOBJS="$LIBOBJS rand.$ac_objext" ;; +LIBOBJS="$LIBOBJS rand.$ac_objext" + +cat >>confdefs.h <<\_ACEOF +#define PGTZ 1 +_ACEOF + ;; esac # Win32 can't to rename or unlink on an open file |