]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lib/configure
pciutils: Add the support for a DOS/DJGPP environment
[thirdparty/pciutils.git] / lib / configure
index 363f5b486c07e45fc6d0f0e16e3e71ecaa038dd4..ff6381640a32fcff5733f7c560629e68b8fdd8f9 100755 (executable)
@@ -120,7 +120,11 @@ case $sys in
                echo >>$m 'WITH_LIBS+=-lpci'
                LIBRESOLV=
                ;;
-       gnu)
+       gnu)
+               echo_n " i386-ports"
+               echo >>$c '#define PCI_HAVE_PM_INTEL_CONF'
+               ;;
+       djgpp)
                echo_n " i386-ports"
                echo >>$c '#define PCI_HAVE_PM_INTEL_CONF'
                ;;