Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf54b956

Browse files
committed
Remove quotes around $CONFIG_LINKS. Caused improper expansion.
1 parent0163983 commitf54b956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19222,7 +19222,7 @@ echo "$as_me: executing $ac_dest commands" >&6;}
1922219222
check_win32_symlinks )
1922319223
# Links sometimes fail undetected on Mingw -
1922419224
# so here we detect it and warn the user
19225-
for FILE in"$CONFIG_LINKS"
19225+
for FILE in $CONFIG_LINKS
1922619226
do
1922719227
# test -e works for symlinks in the MinGW console
1922819228
test -e `expr "$FILE" : '\(^:*\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5

‎configure.in

Lines changed: 2 additions & 2 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.359 2004/05/27 13:08:48 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.360 2004/05/28 20:52:42 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1237,7 +1237,7 @@ case $host_os in mingw*)
12371237
AC_CONFIG_COMMANDS([check_win32_symlinks],[
12381238
# Links sometimes fail undetected on Mingw -
12391239
# so here we detect it and warn the user
1240-
for FILE in"$CONFIG_LINKS"
1240+
for FILE in $CONFIG_LINKS
12411241
do
12421242
# test -e works for symlinks in the MinGW console
12431243
test -e `expr "$FILE" : '\(^:*\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp