]> mj.ucw.cz Git - pciutils.git/commitdiff
Fixed configure to work with Cygwin on Windows Vista.
authorMartin Mares <mj@ucw.cz>
Fri, 16 Jan 2009 19:06:41 +0000 (20:06 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 16 Jan 2009 19:06:41 +0000 (20:06 +0100)
Thanks to Jonathan Kotta.

lib/configure

index 5e4d97fb9b1af34de79d941ef3582b67b3a61f30..b0529a7b789cf2a33ba0c66eaf67be6f11082a0d 100755 (executable)
@@ -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