diff options
| author | Colomban Wendling <[email protected]> | 2023-06-21 10:01:38 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2023-06-21 14:21:19 +0200 | 
| commit | 954d2258337cda058a5730cd981e878208818b09 (patch) | |
| tree | a2d3f60ca2319e7e14a4c0bfe8d50e425aef9cc9 | |
| parent | efc5f4f7a286ead1ee6f0957cd884077b4d8db0b (diff) | |
| download | mate-applets-954d2258337cda058a5730cd981e878208818b09.tar.bz2 mate-applets-954d2258337cda058a5730cd981e878208818b09.tar.xz | |
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.
| -rw-r--r-- | configure.ac | 4 | 
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 | 
