]> mj.ucw.cz Git - pciutils.git/commitdiff
Enable the i386-ports method on Linux/x86_64 as well.
authorMartin Mares <mj@ucw.cz>
Sun, 17 Feb 2008 10:50:32 +0000 (11:50 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 17 Feb 2008 10:50:32 +0000 (11:50 +0100)
ChangeLog
lib/configure

index 6a3120b4857452cdb93ba8a0f279b9fd85d05d43..00cd23a052aa75b623d2b58b16daeb625e1405f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-17  Martin Mares <mj@ucw.cz>
+
+       * The i386-ports method is enabled on Linux/x86_64 as well.
+
 2008-02-13  Martin Mares <mj@ucw.cz>
 
        * Released as 2.2.10-net2.
index 7f4a238d56bc564785dadf3731a3cf6b9fc6e8a8..dbd79e63500c159c70a5a907948bdbd5f88ee7a5 100755 (executable)
@@ -52,7 +52,7 @@ case $sys in
                echo >>$c '#define PCI_PATH_PROC_BUS_PCI "/proc/bus/pci"'
                echo >>$c '#define PCI_PATH_SYS_BUS_PCI "/sys/bus/pci"'
                case $cpu in
-                               i386)           echo_n " i386-ports"
+                               i386|x86_64)    echo_n " i386-ports"
                                                echo >>$c '#define PCI_HAVE_PM_INTEL_CONF'
                                                ;;
                esac