From: Florian Forster Date: Wed, 30 Apr 2008 08:57:22 +0000 (+0200) Subject: build system: Remove the COLLECT_LIBIOKIT define. X-Git-Tag: collectd-4.4.0~4^2~2^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d8b351fe7833b3dd3375e3665dd12be3c5520b63;p=collectd.git build system: Remove the COLLECT_LIBIOKIT define. It isn't used anywhere, so remove it. --- diff --git a/configure.in b/configure.in index ef428ccc..1577f10f 100644 --- a/configure.in +++ b/configure.in @@ -1078,17 +1078,13 @@ AM_CONDITIONAL(BUILD_WITH_LIBCURL, test "x$with_libcurl" = "xyes") ### END of check for libcurl ### with_libiokit="no" -collectd_libiokit=0 AC_CHECK_LIB(IOKit, IOServiceGetMatchingServices, [ with_libiokit="yes" - collectd_libiokit=1 ], [ with_libiokit="no" - collectd_libiokit=0 ]) -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_cflags=""