X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=d53706dfbb87807975e57b234548c3eb291e8299;hb=ef493fef09db7227dcaedc2a3cae4a4a1ee4e1a9;hp=e3662b765c2286748c162f4a331fcc2ff6595857;hpb=adc7046fad284f828118b7190b267db0a4618431;p=collectd.git diff --git a/configure.in b/configure.in index e3662b76..d53706df 100644 --- a/configure.in +++ b/configure.in @@ -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"