summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5fef5418f477..998d9b0c560d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4386,7 +4386,6 @@ AC_MSG_CHECKING([whether to build help])
if test "$with_help" = "yes" -a $_os != iOS -a $_os != Android; then
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE HELP"
- AC_DEFINE(HAVE_FEATURE_HELP)
SCPDEFS="$SCPDEFS -DWITH_HELP"
GIT_NEEDED_SUBMODULES="helpcontent2 $GIT_NEEDED_SUBMODULES"
else