[systemd-commits] configure.ac

Tom Gundersen tomegun at kemper.freedesktop.org
Mon Jun 2 16:08:19 PDT 2014


 configure.ac |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 0bbea466dcafc0ff51811a3bc451e983c02e63bf
Author: Tom Gundersen <teg at jklm.no>
Date:   Tue Jun 3 01:05:13 2014 +0200

    configure: networkd no longer requires kmod
    
    Reported by Samuli Suominen.

diff --git a/configure.ac b/configure.ac
index be57e82..6ee4d5f 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"])
 
 # ------------------------------------------------------------------------------



More information about the systemd-commits mailing list