File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12075,14 +12075,15 @@ case $host_os in solaris*)
12075
12075
LIBOBJS="$LIBOBJS qsort.$ac_objext" ;;
12076
12076
esac
12077
12077
12078
- # Win32 can't to rename or unlink on an open file
12078
+ # Win32 support
12079
12079
case $host_os in mingw*)
12080
12080
LIBOBJS="$LIBOBJS copydir.$ac_objext"
12081
12081
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
12082
12082
LIBOBJS="$LIBOBJS pipe.$ac_objext"
12083
12083
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
12084
12084
esac
12085
12085
12086
+ # Win32 can't to rename or unlink on an open file
12086
12087
case $host_os in mingw*|cygwin*)
12087
12088
LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;;
12088
12089
esac
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.318 2004/03/03 17:37:22 momjian Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.319 2004/03/09 22:40:10 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -903,14 +903,15 @@ case $host_os in solaris*)
903
903
AC_LIBOBJ(qsort) ;;
904
904
esac
905
905
906
- # Win32 can't to rename or unlink on an open file
906
+ # Win32 support
907
907
case $host_os in mingw*)
908
908
AC_LIBOBJ(copydir)
909
909
AC_LIBOBJ(gettimeofday)
910
910
AC_LIBOBJ(pipe)
911
911
AC_LIBOBJ(rand) ;;
912
912
esac
913
913
914
+ # Win32 can't to rename or unlink on an open file
914
915
case $host_os in mingw*|cygwin*)
915
916
AC_LIBOBJ(dirmod) ;;
916
917
esac
You can’t perform that action at this time.
0 commit comments