diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-13 23:36:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-13 23:36:13 -0600 |
commit | 5fc26b8a59395e24655d38abd1492523aca08ef1 (patch) | |
tree | 9435796bd349f578148bc7545749415229fa7c77 /clucene.m4 | |
parent | f5cace5bee4a362858b50ec6f6383f9e6aecf2db (diff) | |
download | bibletime-5fc26b8a59395e24655d38abd1492523aca08ef1.tar.gz bibletime-5fc26b8a59395e24655d38abd1492523aca08ef1.zip |
Fix FTBFS with older lucene versions
Diffstat (limited to 'clucene.m4')
-rw-r--r-- | clucene.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |