core: remove duplicated configure option

This commit is contained in:
Michael Biebl 2009-04-09 10:30:55 -04:00 committed by Dan Williams
parent b3932d21a7
commit 85baf9ace8

View file

@ -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)