diff options
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index ef09850492a9..e38e46386d83 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -145,4 +145,11 @@ */ #define HAVE_FEATURE_COMMUNITY_FLAVOR 0 +/* XMLHELP - whether we include the XML help mechanisms + * + * Can be turned off with --without-xmlhelp + */ + +#define HAVE_FEATURE_XMLHELP 0 + #endif |