diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b11f9dc87960..9607c970c721 100644 --- a/configure.in +++ b/configure.in @@ -1289,7 +1289,7 @@ AC_MSG_CHECKING([whether to enable category B components]) # rhino (rhino) # beanshell (beanshell) # graphite (silgraphite) -if test "$enable_category_b" == "yes"; then +if test "$enable_category_b" = "yes"; then # enable_mozilla="yes" # enable_nss_module="yes" enable_hunspell="yes" |