]> granicus.if.org Git - postgresql/commitdiff
Improve win32 link test. Previous commit added most of the code, but
authorBruce Momjian <bruce@momjian.us>
Tue, 18 May 2004 04:11:29 +0000 (04:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 18 May 2004 04:11:29 +0000 (04:11 +0000)
this commit enables only for Mingw.

configure.in

index 98c6c9b6e4f3f766f43c2f6aa2d771b5ae0c13c4..10f4e27f185fdc737148d0e00279473084b85b7b 100644 (file)
@@ -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