Kaydet (Commit) 4645790b authored tarafından Luboš Luňák's avatar Luboš Luňák

fix CLucene configure check

CLucene apparently does not bother with self-contained headers
üst b97f109c
...@@ -5973,7 +5973,7 @@ if test "$with_system_clucene" = "yes"; then ...@@ -5973,7 +5973,7 @@ if test "$with_system_clucene" = "yes"; then
dnl http://sourceforge.net/tracker/index.php?func=detail&aid=3392466&group_id=80013&atid=558446 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 dnl https://bugzilla.redhat.com/show_bug.cgi?id=794795
AC_CHECK_HEADER([CLucene/analysis/cjk/CJKAnalyzer.h], [], AC_CHECK_HEADER([CLucene/analysis/cjk/CJKAnalyzer.h], [],
[AC_MSG_ERROR([Your version of libclucene has contribs-lib missing.])], []) [AC_MSG_ERROR([Your version of libclucene has contribs-lib missing.])], [#include <CLucene.h>])
CXXFLAGS=$save_CXXFLAGS CXXFLAGS=$save_CXXFLAGS
CPPFLAGS=$save_CPPFLAGS CPPFLAGS=$save_CPPFLAGS
AC_LANG_POP([C++]) AC_LANG_POP([C++])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment