Mesa (master): configure.ac: Fix typos in the r600-llvm-compiler option

Tom Stellard tstellar at kemper.freedesktop.org
Tue May 15 23:03:53 UTC 2012


Module: Mesa
Branch: master
Commit: 40507568047f5e5e044d1b5c25587f85a6f9bf53
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40507568047f5e5e044d1b5c25587f85a6f9bf53

Author: Homer Hsing <homer.hsing at gmail.com>
Date:   Tue May 15 18:56:17 2012 -0400

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

Signed-off-by: Tom Stellard <thomas.stellard at amd.com>

---

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




More information about the mesa-commit mailing list