summaryrefslogtreecommitdiff
path: root/editors/openoffice-4/files/patch-configure.ac
blob: 9340d7d40ccf1f2fe1698533675201d1808e0b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- configure.ac.orig	2019-11-12 05:10:21 UTC
+++ configure.ac
@@ -367,11 +367,11 @@ AC_ARG_WITH(bundled-extension-blobs,
                           and comply with their distribution requirements by updating the
                           files LICENSE_aggregated and NOTICE_aggregated accordingly
 ],,)
-#AC_ARG_WITH(bundled-prereg-extensions,
-#[  --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that
-#                          are to be bundled as pre-registered extensions. Make sure to only bundle
-#                          extensions which can be installed without requiring a license dialog
-#],,)
+AC_ARG_WITH(bundled-prereg-extensions,
+[  --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that
+                          are to be bundled as pre-registered extensions. Make sure to only bundle
+                          extensions which can be installed without requiring a license dialog
+],,)
 AC_ARG_ENABLE(bundled-dictionaries,
 [  --enable-bundled-dictionaries  Download dictionaries (spelling, hyphenation, thesaurus)
                            according to main/extensions.lst and bundle them. Make sure to
@@ -1538,9 +1538,9 @@ else
 fi
 AC_SUBST(BUNDLED_EXTENSION_BLOBS)
 
-#dnl ===================================================================
-#dnl Check extensions that are to be bundled as pre-registerd
-#dnl ===================================================================
+dnl ===================================================================
+dnl Check extensions that are to be bundled as pre-registerd
+dnl ===================================================================
 if test -n "$with_bundled_prereg_extensions"; then
 	BUNDLED_PREREG_EXTENSIONS="$with_bundled_prereg_extensions"
 else