From 85baf9ace87b5fcaf004c3428374024df7a77e73 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 9 Apr 2009 10:30:55 -0400 Subject: [PATCH] core: remove duplicated configure option --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 66151998b2..2a4b9e1828 100644 --- a/configure.in +++ b/configure.in @@ -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)