diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-03-23 15:41:26 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-03-23 15:41:26 -0300 |
commit | 1bb00a723237ca85c85e1c48c2a4903c28ffaf96 (patch) | |
tree | 2cd74243096565c8feb729d0d6bb46fdf103de23 /hardinfo2/configure | |
parent | 23cb03a2846518bf1122af7831724544d86fcd49 (diff) |
Depend on libsoup 2.24; tell the update server to retrieve CPU clock/memory from other entries.
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 e763b935..f9373062 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -135,7 +135,7 @@ fi # --------------------------------------------------------------------------- SOUP=-1 -MIN_VERSION="2.3.0.1" +MIN_VERSION="2.24" echo -n "Checking for libsoup version >= ${MIN_VERSION}... " for i in `which pkg-config`; do $i --errors-to-stdout libsoup-2.4 \ |