configure: Fix another bashism.
authorEric Anholt <eric@anholt.net>
Wed, 4 Jan 2017 18:52:34 +0000 (10:52 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 5 Jan 2017 17:24:28 +0000 (09:24 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac

index 799f5ebda029242c4f8af1c56e555fd477a197ad..d1ffb57f57e3ec8e8c2e96465675871f05f22ff7 100644 (file)
@@ -2382,7 +2382,7 @@ dnl
 dnl Gallium helper functions
 dnl
 gallium_require_llvm() {
-    if test "x$enable_gallium_llvm" == "xyes"; then
+    if test "x$enable_gallium_llvm" = "xyes"; then
         llvm_check_version_for $LLVM_REQUIRED_GALLIUM "gallium"
     else
         AC_MSG_ERROR([--enable-gallium-llvm is required when building $1])