summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 0f6fc92b..fd8f4cf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,10 +249,6 @@ if test x$disable_battstat = xno; then
build_battstat_applet=yes
AC_CHECK_HEADERS([err.h sys/sysctl.h])
case "${host}" in
- powerpc-*-linux*)
- NEED_LIBAPM=yes
- AC_CHECK_LIB(apm,apm_read,[HAVE_LIBAPM=yes],[HAVE_LIBAPM=no])
- ;;
# list of supported OS cores that use libapm
*-*-linux*)
NEED_LIBAPM=yes