summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-02 17:23:42 +0000
committerChris Lattner <sabre@nondot.org>2006-10-02 17:23:42 +0000
commit7a7081f3d08da92f68294b60494fd4d3f9178d77 (patch)
tree882333c45ac7a74ac7039615ecf4cb842482e262
parente73a22514d254d25e024e9dfd04e2b0d770b4639 (diff)
downloadbcm5719-llvm-7a7081f3d08da92f68294b60494fd4d3f9178d77.tar.gz
bcm5719-llvm-7a7081f3d08da92f68294b60494fd4d3f9178d77.zip
Fix misleading warning message
llvm-svn: 30689
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 65a1ce3956b..9d101c89339 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -816,7 +816,7 @@ AC_OUTPUT
dnl Warn loudly if llvm-gcc was not obviously working
if test "$llvm_cv_llvmgcc_sanity" = "no" ; then
AC_MSG_WARN([***** llvm-gcc/llvm-g++ was not found, or does not appear to be ])
- AC_MSG_WARN([***** working. Please make sure you have llvmgcc and llvmg++ in])
+ AC_MSG_WARN([***** working. Please make sure you have llvm-gcc and llvm-g++ in])
AC_MSG_WARN([***** your path before configuring LLVM. The runtime libraries])
AC_MSG_WARN([***** (llvm/runtime) will not be built but you should be able to])
AC_MSG_WARN([***** build the llvm tools.])
OpenPOWER on IntegriCloud