diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-28 18:54:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-28 18:54:47 -0500 |
commit | 71be0ee5d441711ed7070bb69f4db18f775b1030 (patch) | |
tree | e036aef0ac313a1e974275ad3c81b4272719a3a4 /config.h.cmake | |
parent | 448a0d753fd4bfcf29235abe56afcfa74ff97ac2 (diff) | |
download | tdebase-71be0ee5d441711ed7070bb69f4db18f775b1030.tar.gz tdebase-71be0ee5d441711ed7070bb69f4db18f775b1030.zip |
Extract and include any pertinent SCM metadata from the crashed application in its crash report
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index b6dbf19b5..503a76c9d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -33,6 +33,9 @@ // libart #cmakedefine HAVE_LIBART 1 +// libr +#cmakedefine HAVE_ELFICON 1 + // tdm, tdeioslave #cmakedefine HAVE_TERMIOS_H 1 |