chiark / gitweb /
configure: networkd no longer requires kmod
authorTom Gundersen <teg@jklm.no>
Mon, 2 Jun 2014 23:05:13 +0000 (01:05 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 2 Jun 2014 23:05:13 +0000 (01:05 +0200)
Reported by Samuli Suominen.

configure.ac

index be57e82cbcedc6a9d5f60d228d8d5f762463ae0e..6ee4d5fed181d40ac2ae46982086e8cd49a428c4 100644 (file)
@@ -874,8 +874,6 @@ if test "x$enable_networkd" != "xno"; then
         AC_DEFINE(ENABLE_NETWORKD, 1, [Define if networkd support is to be enabled])
         have_networkd=yes
 fi
-AS_IF([test "x$have_networkd" = "xyes" -a "x$have_kmod" != "xyes"],
-      [AC_MSG_ERROR([networkd requires kmod])])
 AM_CONDITIONAL(ENABLE_NETWORKD, [test "x$have_networkd" = "xyes"])
 
 # ------------------------------------------------------------------------------