Remove bashism.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 28 Nov 2008 14:37:27 +0000 (14:37 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 28 Nov 2008 14:37:27 +0000 (14:37 +0000)
[r24117]

configure.ac

index aafcd24..25de1b4 100644 (file)
@@ -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])