dovecot-2.2: configure: Fixed linking with libexttextcat when it...

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 20 13:36:02 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/b93306938a88
changeset: 18416:b93306938a88
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 20 16:34:31 2015 +0300
description:
configure: Fixed linking with libexttextcat when it was found via pkg-config

diffstat:

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

diffs (12 lines):

diff -r 914bdca67d1f -r b93306938a88 configure.ac
--- 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


More information about the dovecot-cvs mailing list