mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
configure.ac: Fix typos in the r600-llvm-compiler option
Signed-off-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
563489e5c9
commit
4050756804
1 changed files with 2 additions and 2 deletions
|
|
@ -642,8 +642,8 @@ AC_ARG_ENABLE([gallium_gbm],
|
|||
[enable_gallium_gbm=auto])
|
||||
|
||||
AC_ARG_ENABLE([r600-llvm-compiler],
|
||||
[AS_HELP_STRING([--enable-r600-llvm-compilerl],
|
||||
[Enable experimental LLVM backend for graphics shaders @<:default=disable@:>@])],
|
||||
[AS_HELP_STRING([--enable-r600-llvm-compiler],
|
||||
[Enable experimental LLVM backend for graphics shaders @<:@default=disable@:>@])],
|
||||
[enable_r600_llvm="$enableval"],
|
||||
[enable_r600_llvm=no])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue