Summary: | [BUG][FIX] incorrect command format in the help string of "r600-llvm-compiler" in "configure.ac" | ||
---|---|---|---|
Product: | Mesa | Reporter: | Homer Hsing <homer.hsing> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Homer Hsing
2012-05-10 18:51:01 UTC
The patch above is truncated to 80 chars a line, wrong ... Correct patch is: diff --git a/configure.ac b/configure.ac index 43a7c0c..d66d893 100644 --- a/configure.ac +++ b/configure.ac @@ -639,7 +639,7 @@ AC_ARG_ENABLE([gallium_gbm], AC_ARG_ENABLE([r600-llvm-compiler], [AS_HELP_STRING([--enable-r600-llvm-compiler], - [Enable experimental LLVM backend for graphics shaders @<:default=disable@:>@])], + [Enable experimental LLVM backend for graphics shaders @<:@default=disable@:>@])], [enable_r600_llvm="$enableval"], [enable_r600_llvm=no]) 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.