Changes in directory llvm/autoconf:
configure.ac updated: 1.246 -> 1.247 --- Log message: Fix misleading warning message --- Diffs of the changes: (+1 -1) configure.ac | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u llvm/autoconf/configure.ac:1.246 llvm/autoconf/configure.ac:1.247 --- llvm/autoconf/configure.ac:1.246 Thu Sep 14 01:17:21 2006 +++ llvm/autoconf/configure.ac Mon Oct 2 12:23:42 2006 @@ -816,7 +816,7 @@ 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.]) _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits