diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-13 08:34:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-13 10:38:48 +0200 |
commit | 3ab2d3a2c5b802ab88171770d19871e081c3252b (patch) | |
tree | 64e474fc827e202ce964b3c497727652f61bc23c /configure.ac | |
parent | b6013382694b7c9784c404a101d6d505919e067d (diff) |
fdo#88256 fix crash when running javascript macro
caused by my commit 8583da1e934a49791ef8d86668f3d5c3c5dae1d7
"java: remove unused fields"
Change-Id: Ibcd6462e8229a0a6cb98ebfd16ce5d2ea45ca931
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d4029a5f5a34..18a1e6b847fb 100644 --- a/configure.ac +++ b/configure.ac @@ -4527,10 +4527,6 @@ 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]) |