[llvm-commits] [llvm] r121227 - /llvm/trunk/configure

Eric Christopher echristo at apple.com
Tue Dec 7 18:02:14 PST 2010


Author: echristo
Date: Tue Dec  7 20:02:14 2010
New Revision: 121227

URL: http://llvm.org/viewvc/llvm-project?rev=121227&view=rev
Log:
Regenerate this for Daniel.

Modified:
    llvm/trunk/configure

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=121227&r1=121226&r2=121227&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Tue Dec  7 20:02:14 2010
@@ -13341,8 +13341,8 @@
 
 if test "$GXX" != "yes" && test "$IXX" != "yes"
 then
-  { { echo "$as_me:$LINENO: error: g++|icc required but not found" >&5
-echo "$as_me: error: g++|icc required but not found" >&2;}
+  { { echo "$as_me:$LINENO: error: g++|clang++|icc required but not found" >&5
+echo "$as_me: error: g++|clang++|icc required but not found" >&2;}
    { (exit 1); exit 1; }; }
 fi
 





More information about the llvm-commits mailing list