summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-20 10:16:02 +0200
committerJan Holesovsky <kendy@collabora.com>2018-08-08 14:47:28 +0200
commit28ba8d085b396f54d9038c6adf8da39090c6b5c7 (patch)
treeaf5c42f531995fffcd512ce8cde2ad1f35eb84ce /configure.ac
parentallow to build online help too (diff)
downloadcore-28ba8d085b396f54d9038c6adf8da39090c6b5c7.tar.gz
core-28ba8d085b396f54d9038c6adf8da39090c6b5c7.zip
Remove unused HELP_COMMON_ONLY
Unused ever since its introduction in b70d4ad13b909265c54a9ff55f07224a14e9feb2 "add --with-help=common parameter to the configure option". (Whether --with-help=common is also unused is a different question that needs to be addressed separately.) Change-Id: Ic7843c838242bfe95dba7388f63358973f42e5b7 Reviewed-on: https://gerrit.libreoffice.org/53187 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 99443fa0106c..6fb105b45820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4605,13 +4605,11 @@ fi
AC_SUBST(DO_FETCH_TARBALLS)
AC_MSG_CHECKING([whether to build help])
-HELP_COMMON_ONLY=FALSE
if test -n "$with_help" -a "$with_help" != "no" -a $_os != iOS -a $_os != Android; then
BUILD_TYPE="$BUILD_TYPE HELP"
GIT_NEEDED_SUBMODULES="helpcontent2 $GIT_NEEDED_SUBMODULES"
case "$with_help" in
"common")
- HELP_COMMON_ONLY=TRUE
AC_MSG_RESULT([common only])
;;
"html")
@@ -4632,7 +4630,6 @@ else
AC_MSG_RESULT([no])
fi
AC_SUBST([ENABLE_HTMLHELP])
-AC_SUBST(HELP_COMMON_ONLY)
AC_SUBST([HELP_ONLINE])
dnl Test whether to include MySpell dictionaries