aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b45dc5815..2e9913adb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@ if test "$enable_spell_checker" = "yes" -a "$have_gecko_spell_checker" != "yes";
AC_MSG_ERROR([Spell check support requested but $gecko_cv_gecko was not compiled with 'spellchecker' extension enabled.])
fi
-if test "$enable_spell_checker" -a "$have_gecko_spell_checker" = "yes"; then
+if test "$enable_spell_checker" = "yes" -a "$have_gecko_spell_checker" = "yes"; then
# FIXME check which version we really need
ENCHANT_REQUIRED=1.0