[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Thu Apr 23 11:13:04 CEST 2009


 configure.in  |    6 +++++
 src/network.c |   62 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 37 insertions(+), 31 deletions(-)

New commits:
commit bcd6151b05ee67e7b916bfa575a25b751585a4f8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Apr 23 11:10:26 2009 +0200

    configure.in, network plugin: Use all tests to decide about gcrypt support.
    
    On Doug's OpenBSD machine I've seen:
     configure: gcrypt CPPFLAGS: -I/usr/local/include  -I/usr/local/include
     checking gcrypt.h usability... yes
     checking gcrypt.h presence... yes
     checking for gcrypt.h... yes
     configure: gcrypt LDFLAGS: -L/usr/local/lib
     checking for gcry_md_hash_buffer in -lgcrypt... no
    
    Because so far the network plugin only used the existence of the header
    file to determine whether or not to enable `gcrypt' support, the build
    fails. With this patch, the plugin will use a define that's only
    available if *all* tests were successful.




More information about the collectd-changes mailing list