X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure;h=c169c8bc5fd16b43590fc68d1e72d62f2943a60c;hb=80459c650b9739e06a8662e395a27ac481e2de3a;hp=0f791cc74581281c243e57f7d4d7e053afa79aa2;hpb=c83293eb5f6ad54074b340c0d692452a1c777ed3;p=pciutils.git diff --git a/lib/configure b/lib/configure index 0f791cc..c169c8b 100755 --- a/lib/configure +++ b/lib/configure @@ -69,8 +69,13 @@ case $sys in echo >>$c '#define PATH_NBSD_DEVICE "/dev/pci0"' ok=1 ;; + GNU) + echo_n " intel-conf" + echo >>$c '#define HAVE_PM_INTEL_CONF' + ok=1 + ;; *) - echo " The PCI library currently supports only Linux, AIX, FreeBSD and NetBSD" + echo " Unfortunately, your OS is not supported by the PCI Library" exit 1 ;; esac