diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-21 05:08:06 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-21 05:08:06 +0000 |
| commit | 63bd0db12199c5df043e1dea0f2b574f622b3a4c (patch) | |
| tree | dbafdb6e4541162ad369dbfeca24cbd62aefddcc /configure.in | |
| parent | 260b513fc37b6ed2df51586c487d0832b89d0d70 (diff) | |
| download | postgresql-63bd0db12199c5df043e1dea0f2b574f622b3a4c.tar.gz | |
Integrate src/timezone library for all platforms. There is more we can
and should do now that we control our own destiny for timezone handling,
but this commit gets the bulk of the picayune diffs in place.
Magnus Hagander and Tom Lane.
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 9262519182..d535a6ff2d 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.355 2004/05/20 23:49:41 pgsql Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.356 2004/05/21 05:07:54 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl dnl 0. Initialization and options processing dnl 1. Programs dnl 2. Libraries -dnl 3. Header files +dnl 3. Header files dnl 4. Types dnl 5. Structures dnl 6. Compiler characteristics @@ -895,7 +895,7 @@ AC_LIBOBJ(open) AC_LIBOBJ(rand) ;; esac -# Win32 can't to rename or unlink on an open file +# Win32 can't do rename or unlink on an open file case $host_os in mingw*|cygwin*) AC_LIBOBJ(dirmod) ;; esac |
