[vmkit-commits] [vmkit] r181691 - Fixed CLANG path detection

Harris Bakiras h.bakiras at gmail.com
Mon May 13 02:00:34 PDT 2013


Author: harris
Date: Mon May 13 04:00:34 2013
New Revision: 181691

URL: http://llvm.org/viewvc/llvm-project?rev=181691&view=rev
Log:
Fixed CLANG path detection

Modified:
    vmkit/trunk/configure

Modified: vmkit/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/configure?rev=181691&r1=181690&r2=181691&view=diff
==============================================================================
--- vmkit/trunk/configure (original)
+++ vmkit/trunk/configure Mon May 13 04:00:34 2013
@@ -2555,7 +2555,7 @@ fi
 if test "${with_clang_path+set}" = set; then :
   withval=$with_clang_path; CLANG_PATH=$with_clang_path
 else
-  CLANG_PATH="$(LLVM_CONFIG) --bindir"
+  CLANG_PATH="`$LLVM_CONFIG --bindir`"
 
 fi
 





More information about the vmkit-commits mailing list