summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 23:36:13 -0600
committerSlávek Banko <slavek.banko@axis.cz>2013-02-27 18:23:15 +0100
commita47fee7946937a41a34b420014ae94b53f2eeff9 (patch)
tree9e293f30734c5580bca97867173546dba6f745b5
parent1797f9b67c3671a7ad690c7517e80ddd83a78158 (diff)
downloadbibletime-a47fee7946937a41a34b420014ae94b53f2eeff9.tar.gz
bibletime-a47fee7946937a41a34b420014ae94b53f2eeff9.zip
Fix FTBFS with older lucene versions
(cherry picked from commit 5fc26b8a59395e24655d38abd1492523aca08ef1)
-rw-r--r--clucene.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/clucene.m4 b/clucene.m4
index e643e75..312a97a 100644
--- a/clucene.m4
+++ b/clucene.m4
@@ -48,6 +48,8 @@ if test "x$ac_cv_clucene_libdir" = "xNO"; then
if test "x$ac_cv_clucene2_libdir" = "xNO"; then
AC_MSG_ERROR(CLucene library not found. Try to use configure with --with-clucene-dir=/path/to/clucene);
fi
+else
+ ac_cv_clucene2_libdir="NO"
fi
if test "x$ac_static_clucene" = "xYES"; then