summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 18:31:39 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 18:31:39 -0200
commit0aa485cf47f337848b79bda3bead5ab7005ffacc (patch)
treef170f193f2050ee34bad797c089996194e983286 /configure.ac
parentd8f2b5abf7d2e2b04b72785f053af804ea78cdf5 (diff)
Reading swap data!
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e484839a..328833d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,6 +141,10 @@ else
[AC_CHECK_HEADERS([ncurses.h],[:],[missing_headers="$missing_headers $ac_header"])])])])
fi
+if test "$my_htop_platform" = "freebsd"; then
+ AC_CHECK_LIB([kvm], [kvm_open], [], [missing_libraries="$missing_libraries libkvm"])
+fi
+
AC_ARG_ENABLE(native_affinity, [AC_HELP_STRING([--enable-native-affinity], [enable native sched_setaffinity and sched_getaffinity for affinity support, disables hwloc])], ,enable_native_affinity="yes")
if test "x$enable_native_affinity" = xyes -a "x$cross_compiling" = xno; then
AC_MSG_CHECKING([for usable sched_setaffinity])

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