2011-11-09 22:52:14 +00:00
|
|
|
From 392ce7dc5062416a8cf1c9a66e0dce1677f46804 Mon Sep 17 00:00:00 2001
|
2009-03-11 18:20:28 +00:00
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
2011-11-09 22:52:14 +00:00
|
|
|
Date: Wed, 9 Nov 2011 11:52:06 +1000
|
|
|
|
Subject: [PATCH] Don't build the ACPI code.
|
2009-03-11 18:20:28 +00:00
|
|
|
|
|
|
|
No good can come of this.
|
|
|
|
---
|
2011-11-09 22:52:14 +00:00
|
|
|
configure.ac | 1 -
|
|
|
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
2009-03-11 18:20:28 +00:00
|
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
2011-11-09 22:52:14 +00:00
|
|
|
index 63d59f9..6683005 100644
|
2009-03-11 18:20:28 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2011-11-09 22:52:14 +00:00
|
|
|
@@ -1624,7 +1624,6 @@ if test "x$XORG" = xyes; then
|
2009-03-11 18:20:28 +00:00
|
|
|
linux_alpha=yes
|
|
|
|
;;
|
2011-11-09 22:52:14 +00:00
|
|
|
i*86|amd64*|x86_64*|ia64*)
|
2009-03-11 18:20:28 +00:00
|
|
|
- linux_acpi="yes"
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
;;
|
|
|
|
--
|
2011-11-09 22:52:14 +00:00
|
|
|
1.7.7
|
2009-03-11 18:20:28 +00:00
|
|
|
|