dovecot-2.2: lib-fts: Fixed compiling without libicu

dovecot at dovecot.org dovecot at dovecot.org
Sat May 9 14:09:26 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/99ad974a3828
changeset: 18600:99ad974a3828
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 09 17:07:32 2015 +0300
description:
lib-fts: Fixed compiling without libicu

diffstat:

 src/lib-fts/fts-filter-normalizer-icu.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r de8561d67b38 -r 99ad974a3828 src/lib-fts/fts-filter-normalizer-icu.c
--- a/src/lib-fts/fts-filter-normalizer-icu.c	Sat May 09 17:06:42 2015 +0300
+++ b/src/lib-fts/fts-filter-normalizer-icu.c	Sat May 09 17:07:32 2015 +0300
@@ -241,7 +241,7 @@
 				 struct fts_filter **filter_r ATTR_UNUSED,
 				 const char **error_r)
 {
-	*error_r = "libicu support not built in - can't use "ICU_NORMALIZER_FILTER_NAME;
+	*error_r = "libicu support not built in";
 	return -1;
 }
 


More information about the dovecot-cvs mailing list