diff options
author | Tom Gundersen <teg@jklm.no> | 2014-06-03 01:05:13 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-06-03 01:05:13 +0200 |
commit | 0bbea466dcafc0ff51811a3bc451e983c02e63bf (patch) | |
tree | ce212e1e47778970b5ae4c111dda8e3ca6db0c3d /configure.ac | |
parent | bddfc8afd329ac68a23f66a3512d4e249af25191 (diff) |
configure: networkd no longer requires kmod
Reported by Samuli Suominen.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index be57e82cbc..6ee4d5fed1 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"]) # ------------------------------------------------------------------------------ |