--- gforth/configure.in 2008/02/23 13:03:55 1.216 +++ gforth/configure.in 2008/02/26 09:44:09 1.217 @@ -510,7 +510,7 @@ then AC_DEFINE_UNQUOTED(DOUBLE_UCELL_TYPE,$ac_cv_int_type_double_ucell,[an unsigned integer type that is twice as long as a pointer]) OPTS=-ll else - if test "$ac_cv_sizeof_char_p" == 8; then + if test "$ac_cv_sizeof_char_p" = 8; then OPTS="-ll -noll" else OPTS=-noll