summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-16 14:39:36 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-16 14:44:46 +0300
commit60618628682d0308c3aa46cd2074fca6a0512ace (patch)
treebf89d3d2081dc78963ae5a558858a5ba6ff3b6f6 /configure.in
parentb576aa1318ebdfea8349c23da7a8b1237156a8f9 (diff)
More verbose (hopefully correct) help for --enable-headless
Change-Id: I632cfca94a55a395a1765675fa015bbb8864228b
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8632203b0016..a83ae20e2684 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],