[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Wed Dec 3 23:03:57 CET 2008
configure.in | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
New commits:
commit 1862f170da675eb9bbf53193b93e3e9cbcb97540
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 3 22:07:24 2008 +0100
configure.in: Some improvements for Solaris, expecially the swap plugin.
If Solaris is detected, "-D_POSIX_PTHREAD_SEMANTICS" will be added to
CPPFLAGS automatically now.
If sys/swap.h is not found, print a message suggesting to build a 64bit
binary. (sys/swap.h cannot be included when a 32bit binary is being built,
but it's most likely present under Solaris.)
Enable the swap plugin only if sys/swap.h has been found (when under
Solaris).
More information about the collectd-changes
mailing list