summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-12-04 15:09:35 +0100
committerLuotao Fu <l.fu@pengutronix.de>2009-12-04 15:09:35 +0100
commit4e6a16edb6f0b390ce26a5930a95ecc7ebacffb6 (patch)
tree242049106bc9017d0da59734f4ef11141637e640
parentbfb83626646a24b2fe8c98ffae32e8c9393a3f62 (diff)
downloadcanutils-4e6a16edb6f0b390ce26a5930a95ecc7ebacffb6.tar.gz
canutils-4e6a16edb6f0b390ce26a5930a95ecc7ebacffb6.tar.xz
version bump in library dependcy
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 d7b1f7e..ddb3aff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,9 +69,9 @@ AC_CHECK_FUNCS([ \
])
PKG_CHECK_MODULES([libsocketcan],
- [libsocketcan >= 0.0.4],
+ [libsocketcan >= 0.0.5],
[],
- [AC_MSG_ERROR([*** libsocketcan version above 0.0.4 not found on your system])])
+ [AC_MSG_ERROR([*** libsocketcan version above 0.0.5 not found on your system])])
AC_SUBST(libsocketcan_CFLAGS)
AC_SUBST(libsocketcan_LIBS)