summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8287f5)
raw | patch | inline | side by side (parent: a8287f5)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 30 Apr 2008 08:57:22 +0000 (10:57 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 30 Apr 2008 08:57:22 +0000 (10:57 +0200) |
It isn't used anywhere, so remove it.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index ef428ccc3a7694511dff8cea39c9a7aff053963a..1577f10f533fd83d5bc2221cf1191363c44d43b2 100644 (file)
--- a/configure.in
+++ b/configure.in
### 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=""