aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-09 10:16:56 -0700
committerPatrick Walton <[email protected]>2011-05-09 10:16:56 -0700
commit11d22debef52256f0a8f0c3605f9cf6ab05dbc33 (patch)
treeeb13a003a66670166151b61975b04cb3cfe8b471 /configure
parentbuild: Use clang to compile the runtime if available (diff)
downloadrust-11d22debef52256f0a8f0c3605f9cf6ab05dbc33.tar.xz
rust-11d22debef52256f0a8f0c3605f9cf6ab05dbc33.zip
build: Search for clang++. Tinderboxes don't have it.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f24de59c..fa1329b2 100755
--- a/configure
+++ b/configure
@@ -199,7 +199,7 @@ probe_need CFG_PERL perl
probe_need CFG_PYTHON python
probe_need CFG_CURL curl
-probe CFG_CLANG clang
+probe CFG_CLANG clang++
probe CFG_GCC gcc
probe CFG_LLVM_CONFIG llvm-config
probe CFG_VALGRIND valgrind