diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-08-01 17:44:07 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-08-01 17:44:07 -0300 |
commit | 67d670b77b9851bbeee4a27ff1f0cad833ecf4ff (patch) | |
tree | e27900823ae4446b967b7283f6265ac07b7c46c0 /hardinfo2/configure | |
parent | 4e9d0c3ec6a7038705007b7c12b17b863849d0b6 (diff) |
Really remove crash dialog.
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index 9c3335c4..0b4d0371 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -229,7 +229,6 @@ 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 |