diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 14:24:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 16:33:14 +0100 |
commit | f4680be8e39d4e4411c0afd704ebdcb2045dee43 (patch) | |
tree | 1c57cbd8f92241d737402be629b6d6431fadde0f /config_host | |
parent | b736204f3ba6ee9813ae109071c9d442c2fb2219 (diff) |
HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORT
Change-Id: Ifaf971d77f11cef207706989bba11dbe2028ca79
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 74ce2347c6b1..886542ec461d 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -146,4 +146,7 @@ */ #define HAVE_FEATURE_COLLADA 0 +/* see --enable-crashdump: */ +#define HAVE_FEATURE_CRASHDUMP 0 + #endif |