diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-07-04 19:57:57 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-07-04 19:57:57 -0300 |
commit | 7ebff5f725c632fe3f8ff364e961e34471f58656 (patch) | |
tree | e34e1b8a025f01c1c99eb953025a06f8925fffcf /hardinfo2/configure | |
parent | e102d515fb20d154aade1f680d793ebaeea1786f (diff) |
Add crash handler (based on old Sylpheed Claws code)
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index 0b4d0371..9c3335c4 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -229,6 +229,7 @@ fi echo "#define ENABLE_BINRELOC 1" >> config.h echo "#define RELEASE $RELEASE" >> config.h +echo "#define CRASH_DIALOG 1" >> config.h echo -e "\n#endif /* __CONFIG_H__ */" >> config.h |