configure.ac | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit 96f36a9a4d56bc1f09a6ae0257dbbea1ce315d62 Author: Kohei <kohei.yosh...@collabora.com> Date: Thu Apr 27 23:06:23 2017 -0400
Enable formula logger when dbgutil is enabled. So that this code will get tested by jenkin's builds. Change-Id: I36b0bf9e701c9e5ea1ac173d838aaccdb8d3b0df Reviewed-on: https://gerrit.libreoffice.org/37067 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoff...@kohei.us> diff --git a/configure.ac b/configure.ac index 1be6bb7db0c8..415927b030ea 100644 --- a/configure.ac +++ b/configure.ac @@ -12508,6 +12508,10 @@ if test "x$enable_formula_logger" = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE(ENABLE_FORMULA_LOGGER) ENABLE_FORMULA_LOGGER=TRUE +elif test -n "$ENABLE_DBGUTIL" ; then + AC_MSG_RESULT([yes]) + AC_DEFINE(ENABLE_FORMULA_LOGGER) + ENABLE_FORMULA_LOGGER=TRUE else AC_MSG_RESULT([no]) fi _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits