changeset 18419:56228757382d

configure: Fixed building without textcat.
author Timo Sirainen <tss@iki.fi>
date Mon, 20 Apr 2015 17:24:37 +0300
parents e06740c8515a
children 9b777c7ede0d
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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