[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gc: Fix detection of recent libgcrypt releases.
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] gc: Fix detection of recent libgcrypt releases. |
Date: |
Thu, 17 Sep 2015 19:13:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 17/09/15 17:36, Mats Erik Andersson wrote:
> Dear all,
>
> the m4 script related to gcrypt needs an update,
> as release 1.6 of libgcrypt has removed the macro
> on which the test is based. We received a bug report
> to help-shishi [1] which boils down to this remedy
> A suitable patch is included.
>
> Best regards, on behalf of Shishi
> Mats Erik Andersson
>
> [1] http://lists.gnu.org/archive/html/help-shishi/2015-09/msg00000.html
Thanks for the patch. However it seems that GCRYPT_VERSION_NUMBER
has only been available since 1.6.0, so testing for versions before that is
moot.
Perhaps using AM_PATH_LIBGCRYPT like is done in the following is better?
http://lists.freedesktop.org/archives/systemd-devel/2013-May/010885.html
thanks,
Pádraig.