aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-02-02 18:35:45 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-02-02 18:35:45 +0000
commit67aa1962b7f6d49b91f4be8274acbb79cda649b8 (patch)
treed72a2700cd1da6d9da1e993644ed6b9f391c83b1
parent011ad7efec6eea7f83242197765f492df933941b (diff)
downloadpostgresql-67aa1962b7f6d49b91f4be8274acbb79cda649b8.tar.gz
postgresql-67aa1962b7f6d49b91f4be8274acbb79cda649b8.zip
autoconf run.
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 681d7163394..9233bf02ba4 100755
--- a/configure
+++ b/configure
@@ -2502,7 +2502,7 @@ echo "$as_me: using CFLAGS=$CFLAGS" >&6;}
# We already have this in Makefile.win32, but configure needs it too
if test "$PORTNAME" = "win32"; then
- CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
+ CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND"
fi
# Check if the compiler still works with the template settings
@@ -12077,10 +12077,11 @@ esac
# Win32 can't to rename or unlink on an open file
case $host_os in mingw*)
-LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS copydir.$ac_objext"
+LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
-LIBOBJS="$LIBOBJS pipe.$ac_objext" ;;
+LIBOBJS="$LIBOBJS pipe.$ac_objext"
+LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
esac
if test "$with_readline" = yes; then