summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2012-04-03 09:43:20 +0000
committerOliver-Rainer Wittmann <orw@apache.org>2012-04-03 09:43:20 +0000
commit9033dfce8198e9344e29ce591a0f1e84aa1b218c (patch)
tree03d9c8147f372a8363638439282482fb54a7cf77 /configure.in
parented0e81e0da2a0e0f77f07137f2116dbf2d7c2d89 (diff)
disable aggregation of dictionary extensions by default
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 37afe12bc235..c1b584109ddd 100644
--- a/configure.in
+++ b/configure.in
@@ -340,7 +340,7 @@ AC_ARG_WITH(bundled-extension-blobs,
AC_ARG_ENABLE(bundled-dictionaries,
[ --enable-bundled-dictionaries Download dictionaries (spelling, hyphenation, thesaurus)
according to main/extensions.lst and bundle them.
-],,)
+],,enable_bundled_dictionaries=no)
# Remove the following switches when not in release mode.
AC_ARG_WITH(system-dicts,