From 0c2b5479c16a1850c576a2a3d3a74c69cbe25c1a Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 28 Nov 2008 14:37:27 +0000 Subject: [PATCH] Remove bashism. [r24117] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aafcd2409..25de1b4d0 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,7 @@ AC_CONFIG_FILES([ AC_DEFINE([INLINE], [inline], [define inline to compiler inline keyword]) BACKENDS="" -if test "$enable_backend" == yes; then +if test "$enable_backend" = yes; then BACKENDS="arm ia32 mips ppc32" fi AC_SUBST([BACKENDS]) -- 2.20.1