changeset 10882:3ebd6a4ad55a HEAD

configure: --with-lucene fails now with suggestion to use Solr instead.
author Timo Sirainen <tss@iki.fi>
date Tue, 09 Mar 2010 16:54:08 +0200
parents 6abbea248921
children bed9f7593c0e
files configure.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,