[llvm-commits] CVS: llvm/configure
Chris Lattner
sabre at nondot.org
Mon Oct 2 10:25:10 PDT 2006
Changes in directory llvm:
configure updated: 1.250 -> 1.251
---
Log message:
fix misleading warning
---
Diffs of the changes: (+2 -2)
configure | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.250 llvm/configure:1.251
--- llvm/configure:1.250 Thu Sep 14 01:17:20 2006
+++ llvm/configure Mon Oct 2 12:24:55 2006
@@ -34823,8 +34823,8 @@
if test "$llvm_cv_llvmgcc_sanity" = "no" ; then
{ echo "$as_me:$LINENO: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not appear to be " >&5
echo "$as_me: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not appear to be " >&2;}
- { echo "$as_me:$LINENO: WARNING: ***** working. Please make sure you have llvmgcc and llvmg++ in" >&5
-echo "$as_me: WARNING: ***** working. Please make sure you have llvmgcc and llvmg++ in" >&2;}
+ { echo "$as_me:$LINENO: WARNING: ***** working. Please make sure you have llvm-gcc and llvm-g++ in" >&5
+echo "$as_me: WARNING: ***** working. Please make sure you have llvm-gcc and llvm-g++ in" >&2;}
{ echo "$as_me:$LINENO: WARNING: ***** your path before configuring LLVM. The runtime libraries" >&5
echo "$as_me: WARNING: ***** your path before configuring LLVM. The runtime libraries" >&2;}
{ echo "$as_me:$LINENO: WARNING: ***** (llvm/runtime) will not be built but you should be able to" >&5
More information about the llvm-commits
mailing list