Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f8d36 commit 60a526eCopy full SHA for 60a526e
configure.in
@@ -1,5 +1,5 @@
1
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 $
+dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
3
dnl
4
dnl Developers, please strive to achieve this order:
5
@@ -1236,8 +1236,7 @@ AC_CONFIG_LINKS([
1236
src/Makefile.port:src/makefiles/Makefile.${template}
1237
])
1238
1239
-case $host_os in mingw*);;
1240
-*)
+case $host_os in mingw*)
1241
AC_CONFIG_COMMANDS([check_win32_symlinks],[
1242
# Links sometimes fail undetected on Mingw -
1243
# so here we detect it and warn the user
0 commit comments