Mesa (master): Fix test for MESA_LLVM.

Eric Anholt anholt at kemper.freedesktop.org
Fri May 21 19:39:09 UTC 2010


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 21 12:17:24 2010 -0700

Fix test for MESA_LLVM.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 116620c..3d8da6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1589,7 +1589,7 @@ fi
 echo "        Use XCB:         $enable_xcb"
 
 echo ""
-if test "x$MESA_LLVM" == x1; then
+if test "x$MESA_LLVM" = x1; then
     echo "        llvm:            yes"
     echo "        llvm-config:     $LLVM_CONFIG"
     echo "        llvm-version:    $LLVM_VERSION"




More information about the mesa-commit mailing list