diff options
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index a9d90300..e1829be1 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -168,7 +168,7 @@ echo "#define HOSTNAME \"`hostname`\"" >> config.h echo "#define PREFIX \"/usr/share/hardinfo/\"" >> config.h echo "#define LIBPREFIX \"/usr/lib/hardinfo/\"" >> config.h echo "#define DEBUG 1" >> config.h -echo "#define ENABLE_BINRELOC" >> config.h +echo "#define ENABLE_BINRELOC 1" >> config.h echo "#define RELEASE $RELEASE" >> config.h echo -e "\n#endif /* __CONFIG_H__ */" >> config.h |