1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove quotes around $CONFIG_LINKS. Caused improper expansion.

This commit is contained in:
Bruce Momjian
2004-05-28 20:52:42 +00:00
parent 0163983330
commit f54b95655e
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -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