summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-23 15:21:51 +0200
committerraveit65 <[email protected]>2019-09-23 18:10:19 +0200
commitee13eb9b2c5296fd3b2930a1408382dcced446a3 (patch)
tree9641bd66fa2ded3e1a77ca79d8f0210e9f4d0cf8 /configure.ac
parent77d3f0875ea824e7256eb107317d69b23b35508a (diff)
downloadmate-applets-ee13eb9b2c5296fd3b2930a1408382dcced446a3.tar.bz2
mate-applets-ee13eb9b2c5296fd3b2930a1408382dcced446a3.tar.xz
build: Don't stop building when cpufreq.h isn't available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 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
])
;;
*)