[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Wed May 16 04:46:31 PDT 2012
configure.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 60618628682d0308c3aa46cd2074fca6a0512ace
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Wed May 16 14:39:36 2012 +0300
More verbose (hopefully correct) help for --enable-headless
Change-Id: I632cfca94a55a395a1765675fa015bbb8864228b
diff --git a/configure.in b/configure.in
index 8632203..a83ae20 100644
--- a/configure.in
+++ b/configure.in
@@ -820,8 +820,9 @@ AC_ARG_ENABLE(kde4,
AC_ARG_ENABLE(headless,
AS_HELP_STRING([--enable-headless],
- [Disable building of GUIs to reduce dependencies. Useful for server usage.]),
-,)
+ [Disable building of GUIs to reduce dependencies. Useful for
+ server usage. Work in progress, use only if you are hacking on
+ it. Not related to the --headless option.]), ,)
AC_ARG_ENABLE(unix-qstart-libpng,
AS_HELP_STRING([--disable-unix-qstart-libpng],
More information about the Libreoffice-commits
mailing list