summaryrefslogtreecommitdiff
path: root/config_host.mk.in
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 /config_host.mk.in
parent864f3d6d305240823304f8bad7b5d2603bbc0339 (diff)
configure: remove ENABLE_CRASHDUMP placeholder
It's called ENABLE_BREAKPAD now. Change-Id: I757c4da415fb895d7cc24f13e201329111246367
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 8b7c7cfbf5cb..da45e1426271 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -114,7 +114,6 @@ export SYSTEM_COINMP=@SYSTEM_COINMP@
export COINMP_CFLAGS=@COINMP_CFLAGS@
export COINMP_LIBS=@COINMP_LIBS@
export ENABLE_COLLADA=@ENABLE_COLLADA@
-export ENABLE_CRASHDUMP=@ENABLE_CRASHDUMP@
export ENABLE_CUPS=@ENABLE_CUPS@
export ENABLE_CURL=@ENABLE_CURL@
export ENABLE_FUZZERS=@ENABLE_FUZZERS@