diff --git a/configure b/configure index ac53736251..acfc04f8ee 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