diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-04 17:47:24 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-04 17:47:24 -0300 |
commit | 91850ee576cb0afd8e3121bd2b9ec56ff5bbcbac (patch) | |
tree | 876f4886b6950a1cf4d75024b79cf8dc11e822b7 /hardinfo2/configure | |
parent | ddae7245e9fc75560bdae670a6f8e10b159a3ac4 (diff) |
Fix libsoup detection; fix typo
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 f9373062..b5903adf 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -135,7 +135,7 @@ fi # --------------------------------------------------------------------------- SOUP=-1 -MIN_VERSION="2.24" +MIN_VERSION="2.4" echo -n "Checking for libsoup version >= ${MIN_VERSION}... " for i in `which pkg-config`; do $i --errors-to-stdout libsoup-2.4 \ |