Fix misleading warning message
authorChris Lattner <sabre@nondot.org>
Mon, 2 Oct 2006 17:23:42 +0000 (17:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Oct 2006 17:23:42 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30689 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 65a1ce3956b3f12eeb95e8d018cc9b4bcf60818c..9d101c893399d3b45f59e51f4aef219a664d66a6 100644 (file)
@@ -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.])