Hi, AC_ARG_WITH(crypto,..) is duplicated, most likely a c&p error. Trivial patch attached. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
From c8aea70d1a1a57d3ed6f6115785164d1662c5302 Mon Sep 17 00:00:00 2001 From: Michael Biebl <biebl debian org> Date: Thu, 9 Apr 2009 06:59:48 +0200 Subject: [PATCH] Remove duplicate AC_ARG_WITH(crypto,...) --- configure.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index c994bfc..d3c2eda 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) -- 1.6.2.2
Attachment:
signature.asc
Description: OpenPGP digital signature