From 11d22debef52256f0a8f0c3605f9cf6ab05dbc33 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 9 May 2011 10:16:56 -0700 Subject: build: Search for clang++. Tinderboxes don't have it. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f24de59c..fa1329b2 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3