From: Marek Cruz <programatorfreez@xxxxxxxxx> When using targets like "i686-pc-freebsd7.1", the configure script fails to match for the freebsd target because it only expects "freebsd". Add a glob to match all freebsd targets. --- lib/configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/configure b/lib/configure index 4ae20d4..ec8eca3 100755 --- a/lib/configure +++ b/lib/configure @@ -86,7 +86,7 @@ case $sys in esac echo >>$c '#define PCI_HAVE_STDINT_H' ;; - freebsd) + freebsd*) echo_n " fbsd-device" echo >>$c '#define PCI_HAVE_PM_FBSD_DEVICE' echo >>$c '#define PCI_PATH_FBSD_DEVICE "/dev/pci"' -- 1.7.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html