[Mesa-dev] [PATCH] configure.ac: fix bashism

Tobias Nygren tnn at NetBSD.org
Fri Apr 17 11:18:48 PDT 2015


Signed-off-by: Tobias Nygren <tnn at NetBSD.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6ccf3b4..325b936 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
2.3.5



More information about the mesa-dev mailing list