]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Fixed building without textcat.
authorTimo Sirainen <tss@iki.fi>
Mon, 20 Apr 2015 14:24:37 +0000 (17:24 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 20 Apr 2015 14:24:37 +0000 (17:24 +0300)
configure.ac

index a3f553d62abd3f89a2a77900e70106aa8ec0e543..5b483c3adb711b62df289e0cebb50fe527d986d4 100644 (file)
@@ -2789,7 +2789,7 @@ if test $want_textcat != no; then
       AC_ERROR([Can't build with textcat support: libtextcat or libexttextcat not found])
     fi
   fi
-  if test "$have_fts_exttextcat" != yes || test "$have_fts_textcat" != yes; then
+  if test "$have_fts_exttextcat" = yes || test "$have_fts_textcat" = yes; then
     AC_DEFINE(HAVE_FTS_TEXTCAT,, Define if you want textcat support for FTS)
     AC_DEFINE_UNQUOTED(TEXTCAT_DATADIR, "$TEXTCAT_DATADIR", Points to textcat pkgdatadir containing the language files)
   fi