diff options
| author | bors <bors@rust-lang.org> | 2014-05-28 01:06:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-28 01:06:45 -0700 |
| commit | a1838295eb3a8086e6022d030a1e9e1b08ecc812 (patch) | |
| tree | 152a62d66fcdd68e0e390c0f1079ada86609a684 | |
| parent | 7e049fefc74ce4ee92cf11ac2faff45ae35a1a29 (diff) | |
| parent | f36204c7e83645ec0282af3697b48e2569f4b70c (diff) | |
auto merge of #14454 : omasanori/rust/cfg_cxx, r=alexcrichton
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index f4cac4cbe85..cff6f32d146 100755 --- a/configure +++ b/configure @@ -725,6 +725,7 @@ then if [ -z "$CC" ] then CFG_CC="clang" + CFG_CXX="clang++" fi ;; (*) |
