dovecot-2.0: configure: --with-lucene fails now with suggestion ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 9 16:54:31 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/3ebd6a4ad55a
changeset: 10882:3ebd6a4ad55a
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 09 16:54:08 2010 +0200
description:
configure: --with-lucene fails now with suggestion to use Solr instead.

diffstat:

 configure.in |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 6abbea248921 -r 3ebd6a4ad55a configure.in
--- a/configure.in	Tue Mar 09 16:46:41 2010 +0200
+++ b/configure.in	Tue Mar 09 16:54:08 2010 +0200
@@ -150,6 +150,9 @@
 [  --with-lucene           Build with CLucene full text search support],
   TEST_WITH(lucene, $withval),
   want_lucene=no)
+if test "$want_lucene" = "yes"; then
+  AC_ERROR([CLucene support isn't working very well. Use Solr instead.])
+fi
 AM_CONDITIONAL(BUILD_LUCENE, test "$want_lucene" = "yes")
 
 AC_ARG_WITH(solr,


More information about the dovecot-cvs mailing list