diff options
author | raveit65 <[email protected]> | 2019-09-23 15:21:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-23 18:19:14 +0200 |
commit | 3c2bd6f214437971e6a82b51e196ee3272067b2c (patch) | |
tree | b20fc2c68d7a719a782fc4fb8cbc5928bfdee57d | |
parent | df8cda30504a2bbe85159996a9e6f626ffd38a25 (diff) | |
download | mate-applets-3c2bd6f214437971e6a82b51e196ee3272067b2c.tar.bz2 mate-applets-3c2bd6f214437971e6a82b51e196ee3272067b2c.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 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 ]) ;; *) |