Module: Mesa Branch: master Commit: 40507568047f5e5e044d1b5c25587f85a6f9bf53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40507568047f5e5e044d1b5c25587f85a6f9bf53
Author: Homer Hsing <[email protected]> Date: Tue May 15 18:56:17 2012 -0400 configure.ac: Fix typos in the r600-llvm-compiler option Signed-off-by: Tom Stellard <[email protected]> --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e177846..844990a 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
