From 91850ee576cb0afd8e3121bd2b9ec56ff5bbcbac Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 4 Apr 2009 17:47:24 -0300 Subject: Fix libsoup detection; fix typo --- hardinfo2/configure | 2 +- hardinfo2/vendor.c | 2 +- 2 files changed, 2 insertions(+), 2 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 \ diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index d36feb48..1515c379 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -30,7 +30,7 @@ static const Vendor vendors[] = { {"ATI", "ATI Technologies", "www.ati.com"}, {"nVidia", "NVIDIA", "www.nvidia.com"}, {"3Com", "3Com", "www.3com.com"}, - {"Intel", "Inte", "www.intel.com"}, + {"Intel", "Intel", "www.intel.com"}, {"Cirrus Logic", "Cirrus Logic", "www.cirrus.com"}, {"VIA Technologies", "VIA Technologies", "www.via.com.tw"}, {"VIA", "VIA Technologies", "www.via.com.tw"}, -- cgit v1.2.3