From 2c38ea6d16b910294220cefaf8ae6a0683e6405a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 28 Mar 2013 11:46:27 +0200 Subject: 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 --- config_host/config_features.h.in | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'config_host') 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 * -- cgit