projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8287f5
)
build system: Remove the COLLECT_LIBIOKIT define.
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
ef428cc
..
1577f10
100644
(file)
--- 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=""