From 954d2258337cda058a5730cd981e878208818b09 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 21 Jun 2023 10:01:38 +0200 Subject: Remove redundant case The powerpc-*-linux* case body was identical to the *-*-linux* one, and the latter also matches the former. So drop, the powerpc entry that is redundant. --- configure.ac | 4 ---- 1 file changed, 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 -- cgit v1.2.1