diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-08-09 18:22:55 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-09-18 17:40:47 +0200 |
commit | 298f698c9eb34d7032a3493a36bc76a960b37beb (patch) | |
tree | 8950a090ae19807a851a7a522fb0836cd34ef84f /configure.ac | |
parent | 9f9609555d1c8606b2a177151b2e255b34c5594a (diff) | |
download | NetworkManager-298f698c9eb34d7032a3493a36bc76a960b37beb.tar.gz |
build: disable ibft settings plugin by default
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a8b0083e5f..49d2e5a02f 100644 --- a/configure.ac +++ b/configure.ac @@ -134,8 +134,8 @@ AS_IF([test -z "$enable_ifupdown" -a -f /etc/debian_version], enable_ # Otherwise plugins default to "no" AS_IF([test -z "$enable_ifcfg_rh"], enable_ifcfg_rh=no) AS_IF([test -z "$enable_ifupdown"], enable_ifupdown=no) -# Enable ibft by default -AS_IF([test -z "$enable_config_plugin_ibft"], enable_config_plugin_ibft="yes") +# Disable obsolete ibft plugin by default +AS_IF([test -z "$enable_config_plugin_ibft"], enable_config_plugin_ibft="no") # Create automake conditionals AM_CONDITIONAL(CONFIG_PLUGIN_IBFT, test "$enable_config_plugin_ibft" = "yes") AM_CONDITIONAL(CONFIG_PLUGIN_IFCFG_RH, test "$enable_ifcfg_rh" = "yes") |