From 9033dfce8198e9344e29ce591a0f1e84aa1b218c Mon Sep 17 00:00:00 2001 From: Oliver-Rainer Wittmann Date: Tue, 3 Apr 2012 09:43:20 +0000 Subject: disable aggregation of dictionary extensions by default --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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, -- cgit