summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-01-19 21:06:14 +0100
committercgzones <cgzones@googlemail.com>2024-01-20 11:51:47 +0100
commit2f67a2b07d99e9f496d68ad49be9ec517946bcc7 (patch)
treefdeb0f22ed6d7db96bfb46b28a78c575817a227b /configure.ac
parent1414cdcfc67499a50daa7448a551271e3e8dcfe4 (diff)
DragonFlyBSD: support Disk IO meter
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8de3c1dd..8c9e484a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -276,6 +276,7 @@ AC_SEARCH_LIBS([ceil], [m], [], [AC_MSG_ERROR([can not find required function ce
if test "$my_htop_platform" = dragonflybsd; then
AC_SEARCH_LIBS([kvm_open], [kvm], [], [AC_MSG_ERROR([can not find required function kvm_open()])])
+ AC_SEARCH_LIBS([getdevs], [devstat], [], [AC_MSG_ERROR([can not find required function getdevs()])])
fi
if test "$my_htop_platform" = freebsd; then

© 2014-2024 Faster IT GmbH | imprint | privacy policy