From 04dd61005301b924063a303675a7909628e3f1ae Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Sat, 14 Jan 2012 02:39:34 -0200 Subject: [PATCH] Fix clang option in configure script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 71dac58feea..a8684649a22 100755 --- a/configure +++ b/configure @@ -259,7 +259,7 @@ opt optimize-cxx 1 "build optimized C++ code" opt optimize-llvm 1 "build optimized LLVM" opt manage-submodules 1 "let the build manage the git submodules" opt mingw-cross 0 "cross-compile for win32 using mingw" -opt clang 0 "prefer gcc to clang for building the runtime" +opt clang 0 "prefer clang to gcc for building the runtime" valopt prefix "/usr/local" "set installation prefix" valopt llvm-root "" "set LLVM root" valopt host-triple "$DEFAULT_HOST_TRIPLE" "primary LLVM host triple"