From 05da5d6d5eebfcc065f51ed9bb8095ee1c987fba Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Jun 2011 01:06:29 +0200 Subject: [PATCH] crypto/gc-md5: Fix recent regression. * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here. --- ChangeLog | 3 +++ modules/crypto/gc-md5 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 23cb223077..c4c273c97e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-06-16 Bruno Haible + crypto/gc-md5: Fix recent regression. + * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here. + crypto/gc-md4: Fix recent regression. * modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here. * m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty. diff --git a/modules/crypto/gc-md5 b/modules/crypto/gc-md5 index 35fdf13c6e..a1075b8693 100644 --- a/modules/crypto/gc-md5 +++ b/modules/crypto/gc-md5 @@ -13,6 +13,9 @@ crypto/gc configure.ac: gl_GC_MD5 +if test "$ac_cv_libgcrypt" != yes; then + AC_LIBOBJ([md5]) +fi gl_MODULE_INDICATOR([gc-md5]) Makefile.am: -- 2.30.2