dovecot-2.2: configure: Added Debian Wheezy workaround for findi...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 20 14:10:12 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/e06740c8515a
changeset: 18418:e06740c8515a
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 20 17:08:42 2015 +0300
description:
configure: Added Debian Wheezy workaround for finding textcat.h
diffstat:
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r cf04173f3f69 -r e06740c8515a configure.ac
--- a/configure.ac Mon Apr 20 17:01:12 2015 +0300
+++ b/configure.ac Mon Apr 20 17:08:42 2015 +0300
@@ -2769,6 +2769,8 @@
PKG_CHECK_MODULES(LIBEXTTEXTCAT, libexttextcat)
TEXTCAT_DATADIR=`$PKG_CONFIG --variable=pkgdatadir libexttextcat`
have_fts_exttextcat=yes
+ # Debian Wheezy workaround - LIBEXTTEXTCAT_CFLAGS include path is wrong:
+ AC_CHECK_HEADERS(libexttextcat/textcat.h)
else
AC_CHECK_LIB(exttextcat, special_textcat_Init, [
have_fts_exttextcat=yes
More information about the dovecot-cvs
mailing list