diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure index f4c9f36c62a..066a857a49a 100755 --- a/configure +++ b/configure @@ -12063,11 +12063,6 @@ LIBOBJS="$LIBOBJS open.$ac_objext" LIBOBJS="$LIBOBJS rand.$ac_objext" ;; esac -# Win32 can't do rename or unlink on an open file -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 |