[Libreoffice-commits] core.git: configure.ac

Stephan Bergmann sbergman at redhat.com
Tue May 29 05:50:01 UTC 2018


 configure.ac |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 255bfc283c531512c93401bb4a23cb617137b864
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 28 13:13:44 2018 +0200

    WITH_HELPPACK_INTEGRATION isn't substituted anywhere
    
    (just used via SCPDEFS)
    
    Change-Id: I23a14b0e76399b5e6303ad11ad7d09966d951b6f
    Reviewed-on: https://gerrit.libreoffice.org/54915
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/configure.ac b/configure.ac
index 21218f46e41c..5dd419305b66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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


More information about the Libreoffice-commits mailing list