From: Tobias Nygren Date: Fri, 17 Apr 2015 18:18:48 +0000 (+0200) Subject: configure.ac: fix bashism X-Git-Tag: upstream/17.1.0~19385 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52e4e4712f0da7e7e1d1164d9487f2d38f80c441;p=platform%2Fupstream%2Fmesa.git configure.ac: fix bashism Reviewed-by: Matt Turner Signed-off-by: Tobias Nygren --- 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