summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index abe859f..f9562e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,11 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
+### How to check load average on various OS'es:
+
+# Solaris: libkstat
+AC_CHECK_LIB([kstat], [kstat_open])
+
# Checks for pkg-config packages
XAW_CHECK_XPRINT_SUPPORT(XLOAD)