From: Martin Mares Date: Sun, 9 Nov 2008 19:50:58 +0000 (+0100) Subject: Fixed building on Cygwin. X-Git-Tag: v3.0.3~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d45531756b426fb883e78deb412be3c031bb7675;p=pciutils.git Fixed building on Cygwin. It got broken by the introduction of WITH_LIBS. Thanks to Steve Elliott for reporting that. --- diff --git a/lib/configure b/lib/configure index 8895fce..5e4d97f 100755 --- a/lib/configure +++ b/lib/configure @@ -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"