From 6c4e6afe5df9bdb00db8bddcaa66b7f7ea843e8e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 16 Jan 2009 20:06:41 +0100 Subject: [PATCH] Fixed configure to work with Cygwin on Windows Vista. Thanks to Jonathan Kotta. --- lib/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2