X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=952f5c5d12bfd1966c7ce81e17fcd77a0125f63e;hb=3bb58d8d87a0db2b3177cbc52c2078c5543e7944;hp=a4eec3136fc818cca54f943685475da00dc6b529;hpb=6e855e6ab3bc654a3d6238c75102c66785de8bda;p=collectd.git diff --git a/configure.in b/configure.in index a4eec313..952f5c5d 100644 --- a/configure.in +++ b/configure.in @@ -883,7 +883,7 @@ then ], [with_rrdtool="no (symbol 'rrd_update' not found)"], [-lm]) - ] + ], [-lm]) CPPFLAGS="$SAVE_CPPFLAGS" @@ -1042,8 +1042,6 @@ AC_CHECK_LIB(IOKit, IOServiceGetMatchingServices, AC_DEFINE_UNQUOTED(COLLECT_LIBIOKIT, [$collect_libiokit], [Wether or not to use the IOKit library]) AM_CONDITIONAL(BUILD_WITH_LIBIOKIT, test "x$with_libiokit" = "xyes") -with_libstatgrab="yes" -with_libdevstat="no" AC_ARG_WITH(libstatgrab, [AS_HELP_STRING([--with-libstatgrab@<:@=PREFIX@:>@], [Path to libstatgrab.])], [ if test "x$withval" != "xno" -a "x$withval" != "xyes"