changeset 15275:82301ffbf6b9

crypto/gc-md5: Fix recent regression. * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.
author Bruno Haible <bruno@clisp.org>
date Fri, 17 Jun 2011 01:06:29 +0200
parents 0de399fca8eb
children a223b1671bad
files ChangeLog modules/crypto/gc-md5
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-06-16  Bruno Haible  <bruno@clisp.org>
 
+	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.
--- a/modules/crypto/gc-md5
+++ b/modules/crypto/gc-md5
@@ -13,6 +13,9 @@
 
 configure.ac:
 gl_GC_MD5
+if test "$ac_cv_libgcrypt" != yes; then
+  AC_LIBOBJ([md5])
+fi
 gl_MODULE_INDICATOR([gc-md5])
 
 Makefile.am: