Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60a526e

Browse files
committed
Improve win32 link test. Previous commit added most of the code, but
this commit enables only for Mingw.
1 parent f3f8d36 commit 60a526e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configure.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.350 2004/05/18 04:10:30 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1236,8 +1236,7 @@ AC_CONFIG_LINKS([
12361236
src/Makefile.port:src/makefiles/Makefile.${template}
12371237
])
12381238

1239-
case $host_os in mingw*);;
1240-
*)
1239+
case $host_os in mingw*)
12411240
AC_CONFIG_COMMANDS([check_win32_symlinks],[
12421241
# Links sometimes fail undetected on Mingw -
12431242
# so here we detect it and warn the user

0 commit comments

Comments
 (0)