configure.ac: fix bashism
authorTobias Nygren <tnn@NetBSD.org>
Fri, 17 Apr 2015 18:18:48 +0000 (20:18 +0200)
committerMatt Turner <mattst88@gmail.com>
Fri, 17 Apr 2015 19:04:21 +0000 (12:04 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Tobias Nygren <tnn@NetBSD.org>
configure.ac

index 6ccf3b45f9b8eca790110c17ae19c75826b3460e..325b936cdabcf1d7519f22a4ddd7d76d1df9478d 100644 (file)
@@ -1641,7 +1641,7 @@ if test "x$enable_nine" = xyes; then
     if ! echo "$with_gallium_drivers" | grep -q 'swrast'; then
         AC_MSG_ERROR([nine requires the gallium swrast driver])
     fi
-    if test "x$with_gallium_drivers" == xswrast; then
+    if test "x$with_gallium_drivers" = xswrast; then
         AC_MSG_ERROR([nine requires at least one non-swrast gallium driver])
     fi
     if test "x$enable_dri3" = xno; then