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.