|
1 | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | | -dnl $PostgreSQL: pgsql/configure.in,v 1.311 2004/01/19 21:20:05 tgl Exp $ |
| 2 | +dnl $PostgreSQL: pgsql/configure.in,v 1.312 2004/02/02 16:00:49 momjian Exp $ |
3 | 3 | dnl |
4 | 4 | dnl Developers, please strive to achieve this order: |
5 | 5 | dnl |
@@ -261,7 +261,7 @@ AC_MSG_NOTICE([using CFLAGS=$CFLAGS]) |
261 | 261 |
|
262 | 262 | # We already have this in Makefile.win32, but configure needs it too |
263 | 263 | if test "$PORTNAME" = "win32"; then |
264 | | - CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32" |
| 264 | + CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND" |
265 | 265 | fi |
266 | 266 |
|
267 | 267 | # Check if the compiler still works with the template settings |
@@ -905,10 +905,11 @@ esac |
905 | 905 |
|
906 | 906 | # Win32 can't to rename or unlink on an open file |
907 | 907 | case $host_os in mingw*) |
908 | | -AC_LIBOBJ(dirmod) |
909 | 908 | AC_LIBOBJ(copydir) |
| 909 | +AC_LIBOBJ(dirmod) |
910 | 910 | AC_LIBOBJ(gettimeofday) |
911 | | -AC_LIBOBJ(pipe) ;; |
| 911 | +AC_LIBOBJ(pipe) |
| 912 | +AC_LIBOBJ(rand) ;; |
912 | 913 | esac |
913 | 914 |
|
914 | 915 | if test "$with_readline" = yes; then |
|