diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:03:05 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:03:05 +0200 |
commit | 0b59cf27e82f4f366ea5af1be288557d62bab385 (patch) | |
tree | 59b22ae3b406adca2c37bcb45b173b244e05c8bd | |
parent | 91f6f3c45850d42398156ee1e8ac56e1e45a459a (diff) |
Remove networkd checks
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 39c8f801e6..802dcd916e 100644 --- a/configure.ac +++ b/configure.ac @@ -541,16 +541,6 @@ 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])) if test "x$enable_efi" != "xno"; then @@ -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} |