From: Martin Mares Date: Fri, 16 Jan 2009 19:06:41 +0000 (+0100) Subject: Fixed configure to work with Cygwin on Windows Vista. X-Git-Tag: v3.1.0~7 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6c4e6afe5df9bdb00db8bddcaa66b7f7ea843e8e;p=pciutils.git Fixed configure to work with Cygwin on Windows Vista. Thanks to Jonathan Kotta. --- diff --git a/lib/configure b/lib/configure index 5e4d97f..b0529a7 100755 --- a/lib/configure +++ b/lib/configure @@ -32,7 +32,7 @@ if [ -z "$HOST" ] ; then then sys=freebsd fi - if [ "$sys" = "CYGWIN_NT-5.1" ] + if [ "$sys" = "CYGWIN_NT-5.1" -o "$sys" = "CYGWIN_NT-6.0" ] then sys=cygwin fi