diff options
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 |