summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-26 13:05:22 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-26 13:06:27 +0200
commitfebad365b8eba7712ec820d17bbfac9bea41cf6b (patch)
treed61498625da43a1d7a2bb88e56798b18d25955e7 /configure.ac
parent6313953d87e5328fffe192233dc67d52250231c6 (diff)
Clarify --disable-export meaning
Change-Id: I7074ece89025f4a82c7ce1818576591f8852cd3c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dd4c40d9987f..68cb5bcdf3df 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,