mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 01:50:25 +01:00
build: remove unused variable from configure.ac
This commit is contained in:
parent
f1b3dd4eb5
commit
f018afcd53
1 changed files with 0 additions and 4 deletions
|
|
@ -192,10 +192,6 @@ if test -z "$config_plugins_default" -o "$config_plugins_default" = no; then
|
|||
config_plugins_default="${config_plugins_default#,}"
|
||||
fi
|
||||
|
||||
test "$enable_ifcfg_rh" = "yes" && distro_plugins="$distro_plugins,ifcfg-rh"
|
||||
test "$enable_ifupdown" = "yes" && distro_plugins="$distro_plugins,ifupdown"
|
||||
distro_plugins="${distro_plugins#,}"
|
||||
|
||||
AC_DEFINE_UNQUOTED(NM_CONFIG_DEFAULT_MAIN_PLUGINS, "$config_plugins_default", [Default configuration option for main.plugins setting])
|
||||
|
||||
if test "$enable_ifcfg_rh" = "yes"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue