From a18535d9e138c525d0443ec9f30a90b3e2184686 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 17 Oct 2013 19:49:19 +0200 Subject: static-nodes: don't call mkdir This is no longer necessary with kmod-15. Bump the requirement. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6cda8f967f..6ad8003461 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,7 @@ AC_ARG_ENABLE(kmod, AS_HELP_STRING([--disable-kmod], [disable loadable modules s if test "x$enable_kmod" != "xno"; then PKG_CHECK_EXISTS([ libkmod ], have_kmod=yes, have_kmod=no) if test "x$have_kmod" = "xyes"; then - PKG_CHECK_MODULES(KMOD, [ libkmod >= 14 ], + PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ], [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])], AC_MSG_ERROR([*** kmod version >= 14 not found])) fi -- cgit v1.2.3-54-g00ecf