From a281b6fa6466c6a9cbd60008edc1681fc58a5eb7 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Mon, 27 Sep 2004 07:35:19 +0000 Subject: Improve warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16520 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.1