about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-28 01:06:45 -0700
committerbors <bors@rust-lang.org>2014-05-28 01:06:45 -0700
commita1838295eb3a8086e6022d030a1e9e1b08ecc812 (patch)
tree152a62d66fcdd68e0e390c0f1079ada86609a684
parent7e049fefc74ce4ee92cf11ac2faff45ae35a1a29 (diff)
parentf36204c7e83645ec0282af3697b48e2569f4b70c (diff)
auto merge of #14454 : omasanori/rust/cfg_cxx, r=alexcrichton
-rwxr-xr-xconfigure1
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
             ;;
             (*)