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

Noel Grandin noel at peralex.com
Tue Jan 13 00:44:14 PST 2015


 configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 84c69550bcb8139669de9cf98b51c35f21fe853d
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Jan 13 10:42:38 2015 +0200

    revert accidental change to configure.ac
    
    that slipped in with commit 3ab2d3a2c5b802ab88171770d19871e081c3252b
    "fdo#88256 fix crash when running javascript macro"
    
    Change-Id: Idae2148181517e434d133958cf20d4fd6c4b9187

diff --git a/configure.ac b/configure.ac
index 18a1e6b..d4029a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4527,6 +4527,10 @@ dnl Check for syslog header
 dnl ===================================================================
 AC_CHECK_HEADER(syslog.h, AC_DEFINE(HAVE_SYSLOG_H))
 
+# placeholder for future crash reporter feature
+ENABLE_CRASHDUMP=""
+AC_SUBST(ENABLE_CRASHDUMP)
+
 dnl Set the ENABLE_WERROR variable. (Activate --enable-werror)
 dnl ===================================================================
 AC_MSG_CHECKING([whether to turn warnings to errors])


More information about the Libreoffice-commits mailing list