From 1a8b1277c59db49d4d99b15193d07a0bd1ea6446 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 21 May 2010 12:17:24 -0700 Subject: Fix test for MESA_LLVM. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3