diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-02 17:23:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-02 17:23:42 +0000 |
commit | 52121a1f9d984443f973a53b81f30f8ddffea5d3 (patch) | |
tree | 4d49c1bd9177ff33e3c6265f84dcf44812d58369 /autoconf/configure.ac | |
parent | 01078fb7ec3b8f62679c49a147a69b3978092500 (diff) | |
download | external_llvm-52121a1f9d984443f973a53b81f30f8ddffea5d3.zip external_llvm-52121a1f9d984443f973a53b81f30f8ddffea5d3.tar.gz external_llvm-52121a1f9d984443f973a53b81f30f8ddffea5d3.tar.bz2 |
Fix misleading warning message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 65a1ce3..9d101c8 100644 --- a/autoconf/configure.ac +++ b/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.]) |