X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=b0ad789016406c24387005f18c6e97aa9c40bd71;hb=fe8245eb3c4bc4c492168b861ce3b631479a9046;hp=6ad8003461d519cdd625a1581a94ff797a183163;hpb=a18535d9e138c525d0443ec9f30a90b3e2184686;p=elogind.git 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])