You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2012/04/03 12:43:20 UTC

svn commit: r1308809 - /incubator/ooo/trunk/main/configure.in

Author: orw
Date: Tue Apr  3 10:43:20 2012
New Revision: 1308809

URL: http://svn.apache.org/viewvc?rev=1308809&view=rev
Log:
disable aggregation of dictionary extensions by default

Modified:
    incubator/ooo/trunk/main/configure.in

Modified: incubator/ooo/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1308809&r1=1308808&r2=1308809&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Tue Apr  3 10:43:20 2012
@@ -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,