changeset 18416:b93306938a88

configure: Fixed linking with libexttextcat when it was found via pkg-config
author Timo Sirainen <tss@iki.fi>
date Mon, 20 Apr 2015 16:34:31 +0300
parents 914bdca67d1f
children cf04173f3f69
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Apr 20 16:22:36 2015 +0300
+++ b/configure.ac	Mon Apr 20 16:34:31 2015 +0300
@@ -2767,7 +2767,7 @@
 if test $want_textcat != no; then
   if test "$PKG_CONFIG" != "" && $PKG_CONFIG --exists libexttextcat 2>/dev/null; then
     PKG_CHECK_MODULES(LIBEXTTEXTCAT, libexttextcat)
-    have_exttextcat=yes
+    have_fts_exttextcat=yes
   else
     AC_CHECK_LIB(exttextcat, special_textcat_Init, [
       have_fts_exttextcat=yes