summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-11-25 16:16:43 +0100
committerLuotao Fu <l.fu@pengutronix.de>2009-11-25 16:18:20 +0100
commitf088d2e5fa0c0e4ff2360b942ab443b32578a807 (patch)
treebbb4ab56f1117aecc6de4e284add5cbebad5a014
parent4d8ec2885fccf470ed77e4f4438c8bb68292ddf3 (diff)
downloadcanutils-f088d2e5fa0c0e4ff2360b942ab443b32578a807.tar.gz
canutils-f088d2e5fa0c0e4ff2360b942ab443b32578a807.tar.xz
update library dependency
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ec309f7..c7058ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,9 +69,9 @@ AC_CHECK_FUNCS([ \
])
PKG_CHECK_MODULES([libsocketcan_nl],
- [libsocketcan-nl >= 0.0.1],
+ [libsocketcan-nl >= 0.0.3],
[],
- [AC_MSG_ERROR([*** libsocketcan-nl version above 0.0.1 not found on your system])])
+ [AC_MSG_ERROR([*** libsocketcan-nl version above 0.0.3 not found on your system])])
AC_SUBST(libsocketcan_nl_CFLAGS)
AC_SUBST(libsocketcan_nl_LIBS)