Public bug reported:

Binary package hint: ddccontrol

./configure reports missing pciutils
libpci.a seems to depend on libz.a
by adding a library check for libz before checking for libpci to configure.ac, 
./configure works again

   AC_CHECK_HEADERS([pci/pci.h], [], [AC_MSG_ERROR([PCI utils headers not 
found, please install pci-utils.], [1])], [])
+   AC_CHECK_LIB([z], [gzopen], [], [AC_MSG_ERROR([Z library not found, please 
install zlib.], [1])])
   AC_CHECK_LIB([pci], [pci_alloc], [], [AC_MSG_ERROR([PCI utils library not 
found, please install pci-utils.], [1])])

** Affects: ddccontrol (Ubuntu)
     Importance: Undecided
         Status: New

-- 
./configure fails because of missing zlib check
https://bugs.launchpad.net/bugs/219651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to