bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] use libcrypto routines in gnulib


From: Pádraig Brady
Subject: Re: [PATCH] use libcrypto routines in gnulib
Date: Tue, 03 Dec 2013 03:25:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 12/02/2013 02:12 PM, Pádraig Brady wrote:
> To use this from coreutils I configure with --with-openssl

> Note since the new libs are required, then is one of the reasons
> I didn't enable this by default.  A related question though
> is I'd like coreutils to change the default to enable this by default.
> What would be the best way to do that, while still allowing users
> to --with-openssl=no

Seems the handiest way to do this is to do the following
in configure.ac before gl_INIT:

dnl Enable use of libcrypto by default
AC_ARG_WITH([openssl],
  [AS_HELP_STRING([--with-openssl],
    [use libcrypto hash routines if available: default=yes])],
  [],
  [with_openssl=yes])

thanks,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]