summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-20 21:08:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-23 10:31:19 +0000
commit561cbe2bd5f5983bb3f95e226f3c3230030fe532 (patch)
tree0dfc54e2cd967d7bfec7cac8ca4bb527d0f16eef /configure.in
parentmake sure we retain fix for fdo#40665 in clucene (diff)
downloadcore-561cbe2bd5f5983bb3f95e226f3c3230030fe532.tar.gz
core-561cbe2bd5f5983bb3f95e226f3c3230030fe532.zip
document how to enable contrib-libs for distro's system-clucene
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a7401d36b40e..cefc6e82076c 100644
--- a/configure.in
+++ b/configure.in
@@ -5643,6 +5643,8 @@ if test "$with_system_clucene" = "yes"; then
save_CPPFLAGS=$CPPFLAGS
CXXFLAGS="$CXXFLAGS $LIBCLUCENE_CFLAGS"
CPPFLAGS="$CPPFLAGS $LIBCLUCENE_CFLAGS"
+ dnl http://sourceforge.net/tracker/index.php?func=detail&aid=3392466&group_id=80013&atid=558446
+ dnl https://bugzilla.redhat.com/show_bug.cgi?id=794795
AC_CHECK_HEADER([CLucene/analysis/cjk/CJKAnalyzer.h], [],
[AC_MSG_ERROR([Your version of libclucene has contribs-lib missing.])], [])
CXXFLAGS=$save_CXXFLAGS