[systemd-commits] configure.ac
David Strauss
straussd at kemper.freedesktop.org
Thu Oct 17 13:19:31 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 70d8320978dcbce022d9acbb953a10a7aca049ab
Author: David Strauss <david at davidstrauss.net>
Date: Thu Oct 17 13:19:29 2013 -0700
Fix kmod error message to have correct version requirement
diff --git a/configure.ac b/configure.ac
index 6ad8003..b0ad789 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])
More information about the systemd-commits
mailing list