2010-11-24 23:49:36 +00:00
|
|
|
From 86c8a64b29a97a0562b6725ed163a6beac93fa12 Mon Sep 17 00:00:00 2001
|
2009-03-11 18:20:28 +00:00
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
|
|
Date: Wed, 11 Mar 2009 14:02:11 -0400
|
2010-11-24 23:49:36 +00:00
|
|
|
Subject: [PATCH] Don't build the ACPI code.
|
2009-03-11 18:20:28 +00:00
|
|
|
|
|
|
|
No good can come of this.
|
|
|
|
---
|
|
|
|
configure.ac | 2 --
|
|
|
|
1 files changed, 0 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
2010-11-24 23:49:36 +00:00
|
|
|
index bd027cd..9adbdc5 100644
|
2009-03-11 18:20:28 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2010-11-24 23:49:36 +00:00
|
|
|
@@ -1623,13 +1623,11 @@ if test "x$XORG" = xyes; then
|
2009-03-11 18:20:28 +00:00
|
|
|
case $host_cpu in
|
|
|
|
ia64*)
|
|
|
|
linux_ia64=yes
|
|
|
|
- linux_acpi="yes"
|
|
|
|
;;
|
|
|
|
alpha*)
|
|
|
|
linux_alpha=yes
|
|
|
|
;;
|
|
|
|
i*86|amd64*|x86_64*)
|
|
|
|
- linux_acpi="yes"
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
;;
|
|
|
|
--
|
2010-11-24 23:49:36 +00:00
|
|
|
1.7.3.2
|
2009-03-11 18:20:28 +00:00
|
|
|
|