summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-24 16:56:49 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-24 18:28:00 +0200
commitd7a5df7e3dea928a2748d6eae9e7263cd23e76fd (patch)
tree4d25f589791104bb202c48012eda356e424bc831 /configure.in
parentImprove matrix import performance. (diff)
downloadcore-d7a5df7e3dea928a2748d6eae9e7263cd23e76fd.tar.gz
core-d7a5df7e3dea928a2748d6eae9e7263cd23e76fd.zip
download clucene tarball only when it's going to be used
Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
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 2630af3b8537..7d61b1192a20 100644
--- a/configure.in
+++ b/configure.in
@@ -6526,11 +6526,13 @@ if test "$with_system_clucene" = "yes"; then
else
AC_MSG_RESULT([internal])
SYSTEM_CLUCENE=NO
+ CLUCENE_TARBALL=48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
BUILD_TYPE="$BUILD_TYPE CLUCENE"
fi
AC_SUBST(SYSTEM_CLUCENE)
AC_SUBST(CLUCENE_CFLAGS)
AC_SUBST(CLUCENE_LIBS)
+AC_SUBST(CLUCENE_TARBALL)
dnl ===================================================================
dnl Check for system expat