diff options
author | infirit <[email protected]> | 2015-09-06 21:56:08 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-28 17:57:51 +0100 |
commit | c4542d0e521ffd36f84754cece27f93b79a487b1 (patch) | |
tree | 46e761ffaa9aaef0e77ca4db29b6b0519acb9326 | |
parent | cff2fddb611ed0d052df970454af1b0bfcfe01b3 (diff) | |
download | mate-applets-c4542d0e521ffd36f84754cece27f93b79a487b1.tar.bz2 mate-applets-c4542d0e521ffd36f84754cece27f93b79a487b1.tar.xz |
Make cpupower the default
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c9f06b5..0aefdc60 100644 --- a/configure.ac +++ b/configure.ac @@ -405,7 +405,7 @@ fi AC_ARG_WITH([cpufreq-lib], AS_HELP_STRING([--with-cpufreq-lib=lib], [library to use for cpufreq applet @<:@default=cpufreq@:>@]), - [with_cpufreq_lib=$withval], [with_cpufreq_lib="cpufreq"]) + [with_cpufreq_lib=$withval], [with_cpufreq_lib="cpupower"]) AC_CHECK_HEADER(cpufreq.h, have_libcpufreq=yes, have_libcpufreq=no) LIBCPUFREQ_LIBS= |