From: Bruno Haible Date: Thu, 16 Jun 2011 23:06:29 +0000 (+0200) Subject: crypto/gc-md5: Fix recent regression. X-Git-Tag: v0.1~2251 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=05da5d6d5eebfcc065f51ed9bb8095ee1c987fba;p=gnulib.git crypto/gc-md5: Fix recent regression. * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here. --- diff --git a/ChangeLog b/ChangeLog index 23cb22307..c4c273c97 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 35fdf13c6..a1075b869 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: