summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-21 12:17:24 -0700
committerEric Anholt <eric@anholt.net>2010-05-21 12:20:40 -0700
commit1a8b1277c59db49d4d99b15193d07a0bd1ea6446 (patch)
tree37f7aa02bbe66c9bb27870b69e921d0adf395fe7 /configure.ac
parent68fc4b415e322f6744299e39864fbc377c6eff74 (diff)
Fix test for MESA_LLVM.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 116620c7c9..3d8da6c979 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"