auto merge of #14454 : omasanori/rust/cfg_cxx, r=alexcrichton

This commit is contained in:
bors 2014-05-28 01:06:45 -07:00
commit a1838295eb

1
configure vendored
View File

@ -725,6 +725,7 @@ then
if [ -z "$CC" ]
then
CFG_CC="clang"
CFG_CXX="clang++"
fi
;;
(*)