diff --git a/configure b/configure
index ac53736251ed887ce962da82b69e2e45b95f0aa9..acfc04f8eeb56c33844e455a10a4dafd05ac9bdd 100755
--- a/configure
+++ b/configure
@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
   fi
 fi
 
-if test "$small" == "yes"; then
+if test "$small" = "yes"; then
 #  CFLAGS=${CFLAGS//-O3/-Os}
   CFLAGS="$CFLAGS -Os"
 fi