]> granicus.if.org Git - postgresql/commitdiff
Remove quotes around $CONFIG_LINKS. Caused improper expansion.
authorBruce Momjian <bruce@momjian.us>
Fri, 28 May 2004 20:52:42 +0000 (20:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 May 2004 20:52:42 +0000 (20:52 +0000)
configure
configure.in

index 053144e8f0fdf850bd0c73d0b4e60f0c90594f40..30653380f8581f7990fa410dc6b02b609bbc6e24 100755 (executable)
--- a/configure
+++ b/configure
@@ -19222,7 +19222,7 @@ echo "$as_me: executing $ac_dest commands" >&6;}
     check_win32_symlinks )
 # Links sometimes fail undetected on Mingw -
 # so here we detect it and warn the user
-for FILE in "$CONFIG_LINKS"
+for FILE in $CONFIG_LINKS
  do
        # test -e works for symlinks in the MinGW console
        test -e `expr "$FILE" : '\(^:*\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5
index 70b83da76fe17ab4c8edd7042a1b4fe2345e4416..437b5127e65b2eeee6ecb51c6a07e920115b6363 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.359 2004/05/27 13:08:48 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.360 2004/05/28 20:52:42 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -1237,7 +1237,7 @@ 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
-for FILE in "$CONFIG_LINKS"
+for FILE in $CONFIG_LINKS
  do
        # test -e works for symlinks in the MinGW console
        test -e `expr "$FILE" : '\(^:*\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand])