Bug 49766 - [BUG] a typo in the help string of "r600-llvm-compiler" in configure.ac
Summary: [BUG] a typo in the help string of "r600-llvm-compiler" in configure.ac
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 18:41 UTC by Homer Hsing
Modified: 2012-05-15 16:05 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Homer Hsing 2012-05-10 18:41:24 UTC
Patch:

diff --git a/configure.ac b/configure.ac
index 3bc59ca..43a7c0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -638,7 +638,7 @@ AC_ARG_ENABLE([gallium_gbm],
     [enable_gallium_gbm=auto])
 
 AC_ARG_ENABLE([r600-llvm-compiler],
-    [AS_HELP_STRING([--enable-r600-llvm-compilerl],
+    [AS_HELP_STRING([--enable-r600-llvm-compiler],
         [Enable experimental LLVM backend for graphics shaders @<:default=disable@:>@
     [enable_r600_llvm="$enableval"],
     [enable_r600_llvm=no])
Comment 1 Tom Stellard 2012-05-15 16:05:02 UTC
Committed as 40507568047f5e5e044d1b5c25587f85a6f9bf53

Thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.