diff options
author | infirit <[email protected]> | 2015-09-06 21:56:08 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 21:56:08 +0200 |
commit | 658a8d02d6cca77ac3a0ae6155aabc437bf9c0a4 (patch) | |
tree | a918dfd34ee49a50f4ef71b64868f32e032655ad | |
parent | df7a7488950139e3884972e2363294051e33d45d (diff) | |
download | mate-applets-658a8d02d6cca77ac3a0ae6155aabc437bf9c0a4.tar.bz2 mate-applets-658a8d02d6cca77ac3a0ae6155aabc437bf9c0a4.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 3b411309..b69e1a42 100644 --- a/configure.ac +++ b/configure.ac @@ -404,7 +404,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= |