about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-05-27 18:48:32 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-05-27 18:48:32 +0900
commitf36204c7e83645ec0282af3697b48e2569f4b70c (patch)
treed96ce0d79e4c067627ffdffd18dc24a052b94f1d
parent746d086f9322d24fa7b389dd911e204ca35012ae (diff)
Use clang++ for CXX when --enable-clang.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
-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
             ;;
             (*)