From 2f67a2b07d99e9f496d68ad49be9ec517946bcc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 19 Jan 2024 21:06:14 +0100 Subject: DragonFlyBSD: support Disk IO meter --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3