From 658a8d02d6cca77ac3a0ae6155aabc437bf9c0a4 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 6 Sep 2015 21:56:08 +0200 Subject: Make cpupower the default --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- cgit v1.2.1