From d8b351fe7833b3dd3375e3665dd12be3c5520b63 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 30 Apr 2008 10:57:22 +0200 Subject: [PATCH] build system: Remove the COLLECT_LIBIOKIT define. It isn't used anywhere, so remove it. --- configure.in | 4 ---- 1 file changed, 4 deletions(-) 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="" -- 2.30.2