summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-28 11:46:27 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-28 11:48:14 +0200
commit2c38ea6d16b910294220cefaf8ae6a0683e6405a (patch)
tree0c541b169af5ad81c5ab70b05cbe02ca18178be1 /config_host
parent51f50a0dee2867b0f9e3f869e5fbe14923fcef3a (diff)
Building without --with-help is not supposed to disable help functionality
Drop HAVE_FEATURE_HELP. Just check HAVE_FEATURE_DESKTOP instead in the few places in the code where HAVE_FEATURE_HELP had been introduced so far. It's only for the non-desktop platforms that leaving out the traditional help functionality is intended anyway. Change-Id: I2d05869267f509a8e64cf402eed8ebef0020cada
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 1cc24760533c..5d8e2d09683d 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -17,6 +17,10 @@
* the LibreOffice code does not need to handle such things itself.
*
* Non-DESKTOP implies no traditional inter-app drag and drop concept.
+ *
+ * Non-DESKTOP implies no traditional help mechanism, and to some
+ * extent (as noticed, and as possible without making the code too
+ * ugly) the related code is ifdeffed out.
*/
#define HAVE_FEATURE_DESKTOP 0
@@ -30,14 +34,6 @@
#define HAVE_FEATURE_EXTENSIONS 0
-/* HELP - Whether we have the "normal" desktop-style help mechanism
- *
- * Can be turned on/off also for desktop environments with
- * --with-help, so thus a separate feature.
- */
-
-#define HAVE_FEATURE_HELP 0
-
/* MULTIUSER_ENVIRONMENT - Wheter running on a "normal" multi-user
* desktop (or server) OS
*