diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:42 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:42 -0500 |
commit | a9d469b1b48a8446dc9b9fd987b6af83a60ed796 (patch) | |
tree | ecb2275a9576a783b51020cb8d914c8029a2a843 /configure | |
parent | 11b8179a57e675c6672cbe649c655230ae3e9744 (diff) |
Import Upstream version 0.4.2.1.svn30042007
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |