summaryrefslogtreecommitdiff
path: root/hardinfo2/configure
diff options
context:
space:
mode:
authorLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2008-12-28 12:27:00 -0200
committerLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2008-12-28 12:27:00 -0200
commit4631401306344b32c86cc355282ff577a3a70c93 (patch)
treec3d5d7fe43ebdaea0be7628e5d2ef9ef7320a178 /hardinfo2/configure
parent8d78d9eba41d8dcec2c67d4b87ef093fdb716da2 (diff)
Fix compilation errors; minor cleanups
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-xhardinfo2/configure2
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