summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-27 13:08:57 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-27 13:08:57 +0000
commit6f21f4adaa87f7ba4dedda01a1c392ee472f43c2 (patch)
treec81dc3428aae143d0a2766e1e3203d7b9c6afb0b /configure.in
parentd157b7bbc74643dc7459b813d9ed073a629ecd8a (diff)
downloadpostgresql-6f21f4adaa87f7ba4dedda01a1c392ee472f43c2.tar.gz
Move pgkill out into /port so pg_ctl can use it on Win32.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fc2825c9b2..70b83da76f 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.358 2004/05/22 00:34:49 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.359 2004/05/27 13:08:48 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -891,6 +891,7 @@ esac
case $host_os in mingw*)
AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday)
+AC_LIBOBJ(kill)
AC_LIBOBJ(open)
AC_LIBOBJ(rand) ;;
esac