chiark / gitweb /
Remove networkd checks
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 14:03:05 +0000 (16:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 14:03:05 +0000 (16:03 +0200)
configure.ac

index 39c8f801e6b3e580608b0639dd70ab5c88b7a3d7..802dcd916eea3f7c2e1881b72423c4a0e927fe36 100644 (file)
@@ -540,16 +540,6 @@ AC_ARG_WITH(dns-servers,
 AC_DEFINE_UNQUOTED(DNS_SERVERS, ["$DNS_SERVERS"], [Default DNS Servers])
 AC_SUBST(DNS_SERVERS)
 
-# ------------------------------------------------------------------------------
-have_networkd=no
-AC_ARG_ENABLE(networkd, AS_HELP_STRING([--disable-networkd], [disable networkd]))
-AS_IF([test "x$enable_networkd" != "xno"], [
-        AC_DEFINE(ENABLE_NETWORKD, 1, [Define if networkd support is to be enabled])
-        have_networkd=yes
-        M4_DEFINES="$M4_DEFINES -DENABLE_NETWORKD"
-])
-AM_CONDITIONAL(ENABLE_NETWORKD, [test "x$have_networkd" = "xyes"])
-
 # ------------------------------------------------------------------------------
 have_efi=no
 AC_ARG_ENABLE(efi, AS_HELP_STRING([--disable-efi], [disable EFI support]))
@@ -879,7 +869,6 @@ AC_MSG_RESULT([
         SECCOMP:                 ${have_seccomp}
         SMACK:                   ${have_smack}
         ACL:                     ${have_acl}
-        networkd:                ${have_networkd}
         resolved:                ${have_resolved}
         default DNS servers:     ${DNS_SERVERS}
         coredump:                ${have_coredump}