diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-04-15 22:04:11 +0000 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-04-15 22:04:11 +0000 | 
| commit | 2d366bc8caf8083b66deaa09435f2dc93ffc9a69 (patch) | |
| tree | 7844f5244ed158621da0b3df1106d07d07026ec8 /hardinfo2/configure | |
| parent | 4b58fae540284062ef1dbd4afac5e6f4137aad00 (diff) | |
Diffstat (limited to 'hardinfo2/configure')
| -rwxr-xr-x | hardinfo2/configure | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/hardinfo2/configure b/hardinfo2/configure index 80906b62..a5ac9eb8 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -154,8 +154,8 @@ for i in `which pkg-config`; do  		--atleast-version=$MIN_VERSION > /dev/null  	case $? in  		0) -			SOUP_FLAGS=`pkg-config libsoup-2.2 --cflags` -			SOUP_LIBS=`pkg-config libsoup-2.2 --libs` +			SOUP_FLAGS=`pkg-config libsoup-2.2 --cflags --static` +			SOUP_LIBS=`pkg-config libsoup-2.2 --libs --static`  			echo "found `pkg-config libsoup-2.2 --modversion`"  			SOUP=1  			break ;; | 
