From 3c2bd6f214437971e6a82b51e196ee3272067b2c 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 af66e0ea..280d7252 100644 --- a/configure.ac +++ b/configure.ac @@ -389,9 +389,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