From ee13eb9b2c5296fd3b2930a1408382dcced446a3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 23 Sep 2019 15:21:51 +0200 Subject: build: Don't stop building when cpufreq.h isn't available --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7697730e..da3806f4 100644 --- a/configure.ac +++ b/configure.ac @@ -390,9 +390,6 @@ AS_IF([test "x$disable_cpufreq" = "xno"], [ AC_MSG_WARN([*** cpufreq applet will not be built ***]) build_cpufreq_applet=no ]) - ], [ - AC_MSG_WARN([*** can't find cpufreq.h, cpufreq applet will not be built ***]) - build_cpufreq_applet=no ]) ;; *) -- cgit v1.2.1