summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-07 17:09:30 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-07 17:10:24 +0200
commitf9b665d9694a8e328379c1b0b4a714edddf4285a (patch)
tree081a22b98bdb487031af090df955c84ce64b51f1 /configure.ac
parent864f3d6d305240823304f8bad7b5d2603bbc0339 (diff)
configure: remove ENABLE_CRASHDUMP placeholder
It's called ENABLE_BREAKPAD now. Change-Id: I757c4da415fb895d7cc24f13e201329111246367
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 522a1aada2c8..22dc6e90ba0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4587,10 +4587,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])