1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Win32 adjustments for dirmod and configure/configure.in.

This commit is contained in:
Bruce Momjian
2004-02-02 22:20:33 +00:00
parent 67aa1962b7
commit 9dac52649d
4 changed files with 19 additions and 6 deletions

5
configure vendored
View File

@ -12078,12 +12078,15 @@ esac
# Win32 can't to rename or unlink on an open file
case $host_os in mingw*)
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
LIBOBJS="$LIBOBJS pipe.$ac_objext"
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
esac
case $host_os in mingw*|cygwin*)
LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;;
esac
if test "$with_readline" = yes; then
echo "$as_me:$LINENO: checking for rl_completion_append_character" >&5
echo $ECHO_N "checking for rl_completion_append_character... $ECHO_C" >&6