diff options
| author | Patrick Walton <[email protected]> | 2011-05-09 10:16:56 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-09 10:16:56 -0700 |
| commit | 11d22debef52256f0a8f0c3605f9cf6ab05dbc33 (patch) | |
| tree | eb13a003a66670166151b61975b04cb3cfe8b471 /configure | |
| parent | build: Use clang to compile the runtime if available (diff) | |
| download | rust-11d22debef52256f0a8f0c3605f9cf6ab05dbc33.tar.xz rust-11d22debef52256f0a8f0c3605f9cf6ab05dbc33.zip | |
build: Search for clang++. Tinderboxes don't have it.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |