|
|
@ -12075,7 +12075,7 @@ case $host_os in solaris*) |
|
|
|
LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; |
|
|
|
LIBOBJS="$LIBOBJS qsort.$ac_objext" ;; |
|
|
|
esac |
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
# Win32 can't to rename or unlink on an open file |
|
|
|
# Win32 support |
|
|
|
case $host_os in mingw*) |
|
|
|
case $host_os in mingw*) |
|
|
|
LIBOBJS="$LIBOBJS copydir.$ac_objext" |
|
|
|
LIBOBJS="$LIBOBJS copydir.$ac_objext" |
|
|
|
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" |
|
|
|
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" |
|
|
@ -12083,6 +12083,7 @@ LIBOBJS="$LIBOBJS pipe.$ac_objext" |
|
|
|
LIBOBJS="$LIBOBJS rand.$ac_objext" ;; |
|
|
|
LIBOBJS="$LIBOBJS rand.$ac_objext" ;; |
|
|
|
esac |
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Win32 can't to rename or unlink on an open file |
|
|
|
case $host_os in mingw*|cygwin*) |
|
|
|
case $host_os in mingw*|cygwin*) |
|
|
|
LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;; |
|
|
|
LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;; |
|
|
|
esac |
|
|
|
esac |
|
|
|