summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2004-01-09 04:58:09 +0000
committerBruce Momjian2004-01-09 04:58:09 +0000
commitee7fbb1eaa6d1a62379c425c3ba80eff80cae414 (patch)
treefa15b9507e18dfc181fd7c53d8c365b33c6628ec /configure.in
parent0d2148a71ef1eeedc76952b545d102c7a1dd9ee6 (diff)
Add WIN32 pipe implementation that uses sockets.
Claudio Natoli
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a10e83298ce..1ed6c78d220 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.309 2003/12/23 18:40:52 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.310 2004/01/09 04:58:09 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -924,7 +924,8 @@ esac
case $host_os in mingw*)
AC_LIBOBJ(dirmod)
AC_LIBOBJ(copydir)
-AC_LIBOBJ(gettimeofday) ;;
+AC_LIBOBJ(gettimeofday)
+AC_LIBOBJ(pipe) ;;
esac
if test "$with_readline" = yes; then