diff options
author | raveit65 <[email protected]> | 2019-09-23 15:21:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-23 18:10:19 +0200 |
commit | ee13eb9b2c5296fd3b2930a1408382dcced446a3 (patch) | |
tree | 9641bd66fa2ded3e1a77ca79d8f0210e9f4d0cf8 | |
parent | 77d3f0875ea824e7256eb107317d69b23b35508a (diff) | |
download | mate-applets-ee13eb9b2c5296fd3b2930a1408382dcced446a3.tar.bz2 mate-applets-ee13eb9b2c5296fd3b2930a1408382dcced446a3.tar.xz |
build: Don't stop building when cpufreq.h isn't available
-rw-r--r-- | configure.ac | 3 |
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 ]) ;; *) |