From 623234ec465fa01be0bbf1666d10899113f294a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 17 Feb 2008 11:50:32 +0100 Subject: [PATCH] Enable the i386-ports method on Linux/x86_64 as well. --- ChangeLog | 4 ++++ lib/configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a3120b..00cd23a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-17 Martin Mares + + * The i386-ports method is enabled on Linux/x86_64 as well. + 2008-02-13 Martin Mares * Released as 2.2.10-net2. diff --git a/lib/configure b/lib/configure index 7f4a238..dbd79e6 100755 --- a/lib/configure +++ b/lib/configure @@ -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 -- 2.39.2