From: Eric Anholt Date: Fri, 21 May 2010 19:17:24 +0000 (-0700) Subject: Fix test for MESA_LLVM. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a8b1277c59db49d4d99b15193d07a0bd1ea6446;p=mesa.git Fix test for MESA_LLVM. --- diff --git a/configure.ac b/configure.ac index 116620c7c96..3d8da6c979b 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"