[Libreoffice-commits] core.git: configure.ac
Kohei
kohei.yoshida at collabora.com
Fri Apr 28 12:53:21 UTC 2017
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 96f36a9a4d56bc1f09a6ae0257dbbea1ce315d62
Author: Kohei <kohei.yoshida at 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 <ci at libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice at 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
More information about the Libreoffice-commits
mailing list