summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-27 07:35:19 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-27 07:35:19 +0000
commita281b6fa6466c6a9cbd60008edc1681fc58a5eb7 (patch)
tree51e6c58c30f4ace3c48ab9c813c6635e35d61842 /configure
parentda721e74f87c3098bdb1373a7a1c7aef4cf7d574 (diff)
downloadexternal_llvm-a281b6fa6466c6a9cbd60008edc1681fc58a5eb7.zip
external_llvm-a281b6fa6466c6a9cbd60008edc1681fc58a5eb7.tar.gz
external_llvm-a281b6fa6466c6a9cbd60008edc1681fc58a5eb7.tar.bz2
Improve warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b169893..60f0150 100755
--- a/configure
+++ b/configure
@@ -1588,8 +1588,8 @@ subdirs="$subdirs projects/llvm-tv"
subdirs="$subdirs projects/llvm-fefw"
;;
*)
- { echo "$as_me:$LINENO: WARNING: Unknown projects (${i})won't be configured automatically" >&5
-echo "$as_me: WARNING: Unknown projects (${i})won't be configured automatically" >&2;}
+ { echo "$as_me:$LINENO: WARNING: Unknown project (${i}) won't be configured automatically" >&5
+echo "$as_me: WARNING: Unknown project (${i}) won't be configured automatically" >&2;}
;;
esac
fi