File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19278,7 +19278,7 @@ echo "$as_me: executing $ac_dest commands" >&6;}
19278
19278
for FILE in $CONFIG_LINKS
19279
19279
do
19280
19280
# test -e works for symlinks in the MinGW console
19281
- test -e `expr "$FILE" : '\(^: *\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5
19281
+ test -e `expr "$FILE" : '\([^:] *\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5
19282
19282
echo "$as_me: WARNING: *** link for $FILE - please fix by hand" >&2;}
19283
19283
done
19284
19284
;;
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.361 2004/06/07 22:39:43 momjian Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.362 2004/06/08 14:06:35 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1241,7 +1241,7 @@ AC_CONFIG_COMMANDS([check_win32_symlinks],[
1241
1241
for FILE in $CONFIG_LINKS
1242
1242
do
1243
1243
# test -e works for symlinks in the MinGW console
1244
- test -e `expr "$FILE" : '\(^: *\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand])
1244
+ test -e `expr "$FILE" : '\([[^:]] *\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand])
1245
1245
done
1246
1246
])
1247
1247
;;
You can’t perform that action at this time.
0 commit comments