[llvm-commits] CVS: llvm/autoconf/configure.ac

Chris Lattner sabre at nondot.org
Thu Dec 7 21:04:09 PST 2006



Changes in directory llvm/autoconf:

configure.ac updated: 1.253 -> 1.254
---
Log message:

this warning is obsolete with llvmgcc3 being gone


---
Diffs of the changes:  (+0 -8)

 configure.ac |    8 --------
 1 files changed, 8 deletions(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.253 llvm/autoconf/configure.ac:1.254
--- llvm/autoconf/configure.ac:1.253	Thu Nov 30 18:37:14 2006
+++ llvm/autoconf/configure.ac	Thu Dec  7 23:03:54 2006
@@ -834,11 +834,3 @@
 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






More information about the llvm-commits mailing list