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:
5
configure
vendored
5
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user