*** pgsql/configure.in 2004/05/07 00:24:57 1.345 --- pgsql/configure.in 2004/05/11 21:57:13 1.346 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql-server/configure.in,v 1.344 2004/05/05 21:18:29 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql-server/configure.in,v 1.345 2004/05/07 00:24:57 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** case $host_os in mingw*) *** 892,898 **** AC_LIBOBJ(copydir) AC_LIBOBJ(gettimeofday) AC_LIBOBJ(open) - AC_LIBOBJ(pipe) AC_LIBOBJ(rand) AC_DEFINE(USE_PGTZ, 1, [Define to 1 to use our own timezone library]) --- 892,897 ----