From: David Strauss Date: Thu, 17 Oct 2013 20:19:29 +0000 (-0700) Subject: Fix kmod error message to have correct version requirement X-Git-Tag: v209~1849 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=70d8320978dcbce022d9acbb953a10a7aca049ab Fix kmod error message to have correct version requirement --- diff --git a/configure.ac b/configure.ac index 6ad800346..b0ad78901 100644 --- a/configure.ac +++ b/configure.ac @@ -271,7 +271,7 @@ if test "x$enable_kmod" != "xno"; then if test "x$have_kmod" = "xyes"; then PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ], [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])], - AC_MSG_ERROR([*** kmod version >= 14 not found])) + AC_MSG_ERROR([*** kmod version >= 15 not found])) fi if test "x$have_kmod" = xno -a "x$enable_kmod" = xyes; then AC_MSG_ERROR([*** kmod support requested, but libraries not found])