[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 26 03:07:04 PST 2012


 configure.ac |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit febad365b8eba7712ec820d17bbfac9bea41cf6b
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 26 13:05:22 2012 +0200

    Clarify --disable-export meaning
    
    Change-Id: I7074ece89025f4a82c7ce1818576591f8852cd3c

diff --git a/configure.ac b/configure.ac
index dd4c40d..68cb5bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,8 +551,9 @@ AC_ARG_ENABLE(ext-barcode,
 
 AC_ARG_ENABLE(export,
     AS_HELP_STRING([--disable-export],
-        [Disable (some) code for document format export. Useful when building *viewer* apps to avoid
-         having export-related code and data linked in. Work in progress, use only if you are hacking on it.])
+        [Disable (some) code for document export. Useful when building viewer-only apps that lack
+         save/export functionality, to avoid having an excessive amount of code and data used
+         only for exporrt linked in. Work in progress, use only if you are hacking on it.])
 )
 
 AC_ARG_ENABLE(database-connectivity,


More information about the Libreoffice-commits mailing list