summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-12-11 16:07:08 +0100
committerLuotao Fu <l.fu@pengutronix.de>2009-12-11 16:07:12 +0100
commitd75a02c13d11c166a171e4e08a42da94506cf53c (patch)
tree651304efeed422a846c2b35ece58068153ef27d7 /configure.ac
parent917c6fb06993f77a4e05187c9b62a6514e5c35ed (diff)
downloadlibsocketcan-d75a02c13d11c166a171e4e08a42da94506cf53c.tar.gz
libsocketcan-d75a02c13d11c166a171e4e08a42da94506cf53c.tar.xz
remove dependency on kernel header include
make a local copy of the can/netlink.h. This way we don't have to include a kernel include directory to build any more. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4df1d9..6198df5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,6 @@ AC_CHECK_HEADERS([ \
net/if.h \
])
-AC_CHECK_HEADER(linux/can/netlink.h,[],[AC_MSG_ERROR([cannot find can/netlink.h])],[])
#
# Checks for typedefs, structures, and compiler characteristics.
#