projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4320ac5
)
build system: Include <adm/types.h> when checking for `libnetlink.h'.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 4 Sep 2007 21:44:50 +0000
(23:44 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 4 Sep 2007 21:44:50 +0000
(23:44 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
d02c12f
..
8544ca4
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1434,6
+1434,7
@@
then
AC_CHECK_HEADERS(iproute/libnetlink.h, [], [with_libnetlink="no (iproute/libnetlink.h not found)"],
[#include <stdio.h>
#include <sys/types.h>
+#include <asm/types.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>])