diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure index 1a09a822687..bd84605af0f 100755 --- a/configure +++ b/configure @@ -11395,8 +11395,9 @@ LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; esac # Win32 can't to rename or unlink on an open file -case $host_os in win32*|mingw*) -LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;; +case $host_os in mingw*) +LIBOBJS="$LIBOBJS dirmod.$ac_objext" +LIBOBJS="$LIBOBJS copydir.$ac_objext" ;; esac if test "$with_readline" = yes; then |