From: Martin Mares Date: Wed, 13 Feb 2008 19:20:11 +0000 (+0100) Subject: The automatic test for zlib searches in /usr/local/include, too. X-Git-Tag: v3.0.0~1^2~20 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ff94bc05b142352d35c26dce32d0c8a6e7f0b0b2;p=pciutils.git The automatic test for zlib searches in /usr/local/include, too. --- diff --git a/lib/configure b/lib/configure index b41628c..7f4a238 100755 --- a/lib/configure +++ b/lib/configure @@ -122,7 +122,7 @@ echo_n "Checking for zlib support... " if [ "$zlib" = yes -o "$zlib" = no ] ; then echo "$zlib (set manually)" else - if [ -f /usr/include/zlib.h ] ; then + if [ -f /usr/include/zlib.h -o -f /usr/local/include/zlib.h ] ; then zlib=yes else zlib=no