diff options
author | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2008-12-28 12:27:00 -0200 |
---|---|---|
committer | Leandro Augusto Fogolin Pereira <leandro@zorg.(none)> | 2008-12-28 12:27:00 -0200 |
commit | 4631401306344b32c86cc355282ff577a3a70c93 (patch) | |
tree | c3d5d7fe43ebdaea0be7628e5d2ef9ef7320a178 /hardinfo2/configure | |
parent | 8d78d9eba41d8dcec2c67d4b87ef093fdb716da2 (diff) |
Fix compilation errors; minor cleanups
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 a5f698ce..d8113727 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -201,7 +201,7 @@ echo -e "#ifndef __CONFIG_H__\n#define __CONFIG_H__\n" > config.h echo "#define VERSION \"$VERSION\"" >> config.h -echo "#define LSPCI \"$LSPCI -vk\"" >> config.h +echo "#define LSPCI \"$LSPCI -v\"" >> config.h echo "#define $ARCH" >> config.h echo "#define ARCH \"$ARCH\"" >> config.h |