mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-30 14:00:28 +01:00
core: remove duplicated configure option
This commit is contained in:
parent
b3932d21a7
commit
85baf9ace8
1 changed files with 0 additions and 1 deletions
|
|
@ -363,7 +363,6 @@ fi
|
|||
AC_SUBST(DHCP_CLIENT)
|
||||
|
||||
# resolvconf support
|
||||
AC_ARG_WITH(crypto, AC_HELP_STRING([--with-crypto=nss | gnutls], [Cryptography library to use for certificate and key operations]),ac_crypto=$withval, ac_crypto=nss)
|
||||
AC_ARG_WITH([resolvconf],
|
||||
AS_HELP_STRING([--with-resolvconf=yes|no|path], [Enable resolvconf support]),
|
||||
with_resolvconf="$withval",with_resolvconf=no)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue