summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-10 11:02:53 +0200
committerMichael Stahl <mstahl@redhat.com>2016-06-10 11:04:28 +0200
commit9e52ec96d7a5b809bd51836c154e07ec41c3d8e3 (patch)
tree60aebb4c2696384893d741264e2aaa09b525544a /configure.ac
parent6925222271d9404ec9f2340b4101ce9b1420539c (diff)
configure: remove old --enable-crashdump
This used to enable the old crash reporter but the new one was added with --enable-breakpad instead. Change-Id: I9f1f7dd38d04e20819039f940a2c79fd630fce2c
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 3c5a13051dca..401a8ae4acd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1178,10 +1178,6 @@ AC_ARG_ENABLE(lto,
linker. For MSVC, this option is broken at the moment. This is experimental work
in progress that shouldn't be used unless you are working on it.)]))
-AC_ARG_ENABLE(crashdump,
- AS_HELP_STRING([--enable-crashdump],
- [Enable the crashdump feature.]))
-
AC_ARG_ENABLE(python,
AS_HELP_STRING([--enable-python=<no/auto/system/internal/fully-internal>],
[Enables or disables Python support at run-time and build-time.