configure: networkd no longer requires kmod

Reported by Samuli Suominen.
This commit is contained in:
Tom Gundersen
2014-06-03 01:05:13 +02:00
parent bddfc8afd3
commit 0bbea466dc
-2
View 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"])
# ------------------------------------------------------------------------------