configure.ac: Fix typos in the r600-llvm-compiler option

Signed-off-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
Homer Hsing 2012-05-15 18:56:17 -04:00 committed by Tom Stellard
parent 563489e5c9
commit 4050756804

View file

@ -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])