diff options
author | Leandro Pereira <leandro@daileon.acd.puc-campinas.edu.br> | 2008-10-28 11:46:58 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@daileon.acd.puc-campinas.edu.br> | 2008-10-28 11:46:58 -0200 |
commit | 32d83fb15ba35b0fe621b3be2c44ec581bebe394 (patch) | |
tree | 7157c41bc6247d96dc409dcc3da539659fc9bdd3 /hardinfo2/configure | |
parent | 7e3d8ba8bdc98bc3018628a6f1d740c4f4c268ae (diff) |
Fix typo and compilation error when libsoup support is not being compiled in
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 0b4d0371..d8113727 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -235,7 +235,7 @@ echo -e "\n#endif /* __CONFIG_H__ */" >> config.h echo "Writing Makefile..." rm -f Makefile -echo "GTK_LIBS = ${GTK_LIBS}" > Makefile +echo "GTK_LIBS = -lpthread -lgthread-2.0 -lrt ${GTK_LIBS}" > Makefile echo "GTK_CFLAGS = ${GTK_FLAGS}" >> Makefile echo "SOUP_LIBS = ${SOUP_LIBS}" >> Makefile echo "SOUP_CFLAGS = ${SOUP_FLAGS}" >> Makefile |