diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |