this warning is obsolete with llvmgcc3 being gone

llvm-svn: 32349
This commit is contained in:
Chris Lattner 2006-12-08 05:03:54 +00:00
parent 09fecf9a47
commit 060750b731
1 changed files with 0 additions and 8 deletions

View File

@ -834,11 +834,3 @@ AC_CONFIG_MAKEFILE(projects/Makefile)
dnl Finally, crank out the output
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 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.])
fi