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

Florian Forster octo at verplant.org
Tue Apr 1 14:16:26 CEST 2008


 configure.in |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

New commits:
commit 06c09feedb03c7167168a0caacd9afdd5fe4e985
Author: Florian Forster <octo at noris.net>
Date:   Tue Apr 1 14:11:35 2008 +0200

    configure.in: Set CPPFLAGS when checking headers.
    
    When checking for <upsclient.h> (and the headers of a few other libraries) the
    library specific CFLAGS were added to the global CFLAGS variable. This variable
    is used when checking for ``header usability'', but not when checking for
    ``header presence'' for some reason.
    
    This commit uses the global CPPFLAGS variable instead, which is used in both
    checks. Libraries that benefit from this commit are:
    - libcurl,
    - libmysql(client),
    - libnetsnmp,
    - libupsclient.
    
    Resolves #6




More information about the collectd-changes mailing list