LIBOBJS="$LIBOBJS qsort.$ac_objext" ;;
esac
-# Win32 can't to rename or unlink on an open file
+# Win32 support
case $host_os in mingw*)
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
esac
+# Win32 can't to rename or unlink on an open file
case $host_os in mingw*|cygwin*)
LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;;
esac
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.318 2004/03/03 17:37:22 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.319 2004/03/09 22:40:10 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
AC_LIBOBJ(qsort) ;;
esac
-# Win32 can't to rename or unlink on an open file
+# Win32 support
case $host_os in mingw*)
AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(rand) ;;
esac
+# Win32 can't to rename or unlink on an open file
case $host_os in mingw*|cygwin*)
AC_LIBOBJ(dirmod) ;;
esac