aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index c0e6e13..9d06ce1 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -32,7 +32,7 @@ do
"llvm-tv") AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
"llvm-fefw") AC_CONFIG_SUBDIRS([projects/llvm-fefw]) ;;
*)
- AC_MSG_WARN([Unknown projects (${i})won't be configured automatically])
+ AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
;;
esac
fi