diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11397,7 +11397,8 @@ esac # Win32 can't to rename or unlink on an open file case $host_os in mingw*) LIBOBJS="$LIBOBJS dirmod.$ac_objext" -LIBOBJS="$LIBOBJS copydir.$ac_objext" ;; +LIBOBJS="$LIBOBJS copydir.$ac_objext" +LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" ;; esac if test "$with_readline" = yes; then |
