aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-08 05:03:54 +0000
committerChris Lattner <sabre@nondot.org>2006-12-08 05:03:54 +0000
commit1c1d0a5605b4955e245f1291dc81f55c111addef (patch)
tree94dbf81a0832043c0e32506f8a5e938b0a53a170
parente150b8eb873fc1bdde17d8ecfd3c38168a5cdcee (diff)
downloadexternal_llvm-1c1d0a5605b4955e245f1291dc81f55c111addef.zip
external_llvm-1c1d0a5605b4955e245f1291dc81f55c111addef.tar.gz
external_llvm-1c1d0a5605b4955e245f1291dc81f55c111addef.tar.bz2
this warning is obsolete with llvmgcc3 being gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32349 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index cc299e6..040ef62 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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