]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/configure
Fix inconsistent bus centric view between the sysfs and proc methods
[pciutils.git] / lib / configure
index 8895fcead708841e97817f0e22882a4183ff96e4..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
@@ -116,7 +116,7 @@ case $sys in
        cygwin)
                echo_n " i386-ports"
                echo >>$c '#define PCI_HAVE_PM_INTEL_CONF'
-               echo >>$m 'LDLIBS+=-lioperm'
+               echo >>$m 'WITH_LIBS+=-lioperm'
                ;;
         *)
                echo " Unfortunately, your OS is not supported by the PCI Library"