Fix test for MESA_LLVM.

This commit is contained in:
Eric Anholt
2010-05-21 12:17:24 -07:00
parent 68fc4b415e
commit 1a8b1277c5

View File

@@ -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"