From d45531756b426fb883e78deb412be3c031bb7675 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 9 Nov 2008 20:50:58 +0100 Subject: [PATCH] Fixed building on Cygwin. It got broken by the introduction of WITH_LIBS. Thanks to Steve Elliott for reporting that. --- lib/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5