Module: Mesa Branch: master Commit: 1a8b1277c59db49d4d99b15193d07a0bd1ea6446 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a8b1277c59db49d4d99b15193d07a0bd1ea6446
Author: Eric Anholt <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
