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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to