Kaydet (Commit) 255bfc28 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

WITH_HELPPACK_INTEGRATION isn't substituted anywhere

(just used via SCPDEFS)

Change-Id: I23a14b0e76399b5e6303ad11ad7d09966d951b6f
Reviewed-on: https://gerrit.libreoffice.org/54915Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 63ce2fa4
......@@ -11262,14 +11262,11 @@ dnl Test whether to integrate helppacks into the product's installer
dnl ===================================================================
AC_MSG_CHECKING([for helppack integration])
if test "$with_helppack_integration" = "no"; then
WITH_HELPPACK_INTEGRATION=
AC_MSG_RESULT([no integration])
else
WITH_HELPPACK_INTEGRATION=TRUE
SCPDEFS="$SCPDEFS -DWITH_HELPPACK_INTEGRATION"
AC_MSG_RESULT([integration])
fi
AC_SUBST(WITH_HELPPACK_INTEGRATION)
###############################################################################
# Extensions checking
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment