From 683f08f745e92525a68ef7ef8dfc4af1bfaeed14 Mon Sep 17 00:00:00 2001 From: petevine Date: Mon, 13 Jun 2016 01:05:32 +0200 Subject: [PATCH] Remove stray word --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5edfd0ed5a1..49950d2840d 100755 --- a/configure +++ b/configure @@ -594,7 +594,7 @@ opt docs 1 "build standard library documentation" opt compiler-docs 0 "build compiler documentation" opt optimize-tests 1 "build tests with optimizations" opt debuginfo-tests 0 "build tests with debugger metadata" -opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang" +opt libcpp 1 "build llvm with libc++ instead of libstdc++ when using clang" opt llvm-assertions 0 "build LLVM with assertions" opt debug-assertions 0 "build with debugging assertions" opt fast-make 0 "use .gitmodules as timestamp for submodule deps"