dovecot-2.2: configure: Fixed building without textcat.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 20 14:26:08 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/56228757382d
changeset: 18419:56228757382d
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 20 17:24:37 2015 +0300
description:
configure: Fixed building without textcat.

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e06740c8515a -r 56228757382d configure.ac
--- a/configure.ac	Mon Apr 20 17:08:42 2015 +0300
+++ b/configure.ac	Mon Apr 20 17:24:37 2015 +0300
@@ -2789,7 +2789,7 @@
       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


More information about the dovecot-cvs mailing list