diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-13 17:51:53 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-13 17:51:53 +0000 |
commit | 77cc3adfb63d9ba837da2d81f87eb4fdc38fc340 (patch) | |
tree | d0fbd51d4560c8383b739cfc9a517f57055c3135 /hardinfo2/configure | |
parent | f70403b0a5f74e13907262e668653eef29803754 (diff) |
Talking with remote server is working; still does nothing useful :)
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 a5ac23db..56847e02 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -210,7 +210,7 @@ rm -f Makefile echo "GTK_LIBS = ${GTK_LIBS}" > Makefile echo "GTK_CFLAGS = ${GTK_FLAGS}" >> Makefile echo "SOUP_LIBS = ${SOUP_LIBS}" >> Makefile -echo "SOUP_CFLAGS = ${SOUP_CFLAGS}" >> Makefile +echo "SOUP_CFLAGS = ${SOUP_FLAGS}" >> Makefile echo "PACKAGE = `basename ${PWD}`" >> Makefile echo "ARCHOPTS = " >> Makefile |