crypto/gc-md5: Fix recent regression.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 23:06:29 +0000 (01:06 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 23:11:47 +0000 (01:11 +0200)
* modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.

ChangeLog
modules/crypto/gc-md5

index 23cb2230779045109551cf2de6b225b55a7b0fec..c4c273c97e9dcc46c08432d2de99eadf17a30dbb 100644 (file)
--- 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.
index 35fdf13c6ee3ca06bd38c68c3f6fb38d900fc9a6..a1075b86937ae4be2c3f1a6788afad4a45741db3 100644 (file)
@@ -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: