summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-18 04:11:29 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-18 04:11:29 +0000
commit60a526e8f1b9194fc64c4db1573b1c6a0c3ffb20 (patch)
tree456e67bf34a7bd2b1eaf805905aa5d7f5ebf0b18
parentf3f8d36a57047c43d1880cfe52e7ec6eef867614 (diff)
downloadpostgresql-60a526e8f1b9194fc64c4db1573b1c6a0c3ffb20.tar.gz
Improve win32 link test. Previous commit added most of the code, but
this commit enables only for Mingw.
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 98c6c9b6e4..10f4e27f18 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.350 2004/05/18 04:10:30 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1236,8 +1236,7 @@ AC_CONFIG_LINKS([
src/Makefile.port:src/makefiles/Makefile.${template}
])
-case $host_os in mingw*);;
-*)
+case $host_os in mingw*)
AC_CONFIG_COMMANDS([check_win32_symlinks],[
# Links sometimes fail undetected on Mingw -
# so here we detect it and warn the user