aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59fade8..c0ed17c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-28 Rob Bradford <rob@linux.intel.com>
+
+ * configure.ac:
+ If no --with-battery supplied then default to no battery rather than
+ using APM. This fixes builds on platforms not supporting APM.
+
2008-09-30 Ross Burton <ross@linux.intel.com>
* matchbox-panel/mb-panel.c:
diff --git a/configure.ac b/configure.ac
index 79104d4..d5e1067 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_ARG_WITH(
[battery],
AS_HELP_STRING([--with-battery], [where to read the battery state from]),
[],
- [with_battery="apm"]
+ [with_battery="none"]
)
case "$with_battery" in