]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: --with-lucene fails now with suggestion to use Solr instead.
authorTimo Sirainen <tss@iki.fi>
Tue, 9 Mar 2010 14:54:08 +0000 (16:54 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 9 Mar 2010 14:54:08 +0000 (16:54 +0200)
--HG--
branch : HEAD

configure.in

index d231c083391bc3e76140d95a82b514bf5cb60bb3..3f6db350063473cee8970223258531fc4a05edeb 100644 (file)
@@ -150,6 +150,9 @@ AC_ARG_WITH(lucene,
 [  --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,