summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-08 14:06:35 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-08 14:06:35 +0000
commit327d86ca99a47174edfc70e56c4098186694b536 (patch)
treed331584d8f2ed5a2dc380c340dd66394c8885d3a /configure
parentce04221a1ee3a4721a0e23abf6fcfd38c2bf84d5 (diff)
downloadpostgresql-327d86ca99a47174edfc70e56c4098186694b536.tar.gz
Fix mingw link check by using double-brackets.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 287ebeeca6..dce88028d4 100755
--- a/configure
+++ b/configure
@@ -19278,7 +19278,7 @@ echo "$as_me: executing $ac_dest commands" >&6;}
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
+ test -e `expr "$FILE" : '\([^:]*\)'` || { echo "$as_me:$LINENO: WARNING: *** link for $FILE - please fix by hand" >&5
echo "$as_me: WARNING: *** link for $FILE - please fix by hand" >&2;}
done
;;