summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-06-03 01:05:13 +0200
committerTom Gundersen <teg@jklm.no>2014-06-03 01:05:13 +0200
commit0bbea466dcafc0ff51811a3bc451e983c02e63bf (patch)
treece212e1e47778970b5ae4c111dda8e3ca6db0c3d /configure.ac
parentbddfc8afd329ac68a23f66a3512d4e249af25191 (diff)
configure: networkd no longer requires kmod
Reported by Samuli Suominen.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index be57e82cb..6ee4d5fed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"])
# ------------------------------------------------------------------------------