this warning is obsolete with llvmgcc3 being gone
authorChris Lattner <sabre@nondot.org>
Fri, 8 Dec 2006 05:03:54 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Dec 2006 05:03:54 +0000 (05:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32349 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index cc299e63d18c24d93335b84a1f69baccb38444de..040ef628f1eba384f15867db6d6c6c14b5bc3e17 100644 (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