summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMagnus Hagander2007-10-29 11:25:42 +0000
committerMagnus Hagander2007-10-29 11:25:42 +0000
commit6f14effbf9ce702614ee49cb36e1b31ead3fae45 (patch)
treedbbbcc19cb390b2865730c41c76ac9d382e3ebf4 /configure.in
parentf9e83a558855e79d6f08e00e97d93e0828ad9b61 (diff)
New versions of mingw have gettimeofday(), so add an autoconf test
for this.
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 db3de5e5e8..4ae9aaab7b 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.531 2007/10/27 00:22:42 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.532 2007/10/29 11:25:42 mha Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1110,7 +1110,7 @@ esac
# Win32 support
if test "$PORTNAME" = "win32"; then
-AC_LIBOBJ(gettimeofday)
+AC_REPLACE_FUNCS(gettimeofday)
AC_LIBOBJ(kill)
AC_LIBOBJ(open)
AC_LIBOBJ(rand)