summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 00:49:44 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:45 +0200
commit56bf589760296aa87c9f72668fbf29417132f131 (patch)
tree0b9457434231b55b8669c12d5040921b809d27d1 /modules/crypto
parent96f8fde75f5197ff2d68e616ef41532b96fba64f (diff)
downloadgnulib-56bf589760296aa87c9f72668fbf29417132f131.tar.gz
crypto/gc-hmac-md5: Fix recent regression.
* modules/crypto/gc-hmac-md5 (Files): Remove m4/hmac-md5.m4. (configure.ac): Invoke AC_LIBOBJ here. * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Don't invoke gl_HMAC_MD5. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/gc-hmac-md56
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/crypto/gc-hmac-md5 b/modules/crypto/gc-hmac-md5
index 881899bb7b..cd1973eeb8 100644
--- a/modules/crypto/gc-hmac-md5
+++ b/modules/crypto/gc-hmac-md5
@@ -8,7 +8,6 @@ lib/md5.c
m4/md5.m4
lib/hmac.h
lib/hmac-md5.c
-m4/hmac-md5.m4
lib/memxor.h
lib/memxor.c
m4/memxor.m4
@@ -19,6 +18,11 @@ crypto/gc
configure.ac:
gl_GC_HMAC_MD5
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([md5])
+ AC_LIBOBJ([hmac-md5])
+ AC_LIBOBJ([memxor])
+fi
gl_MODULE_INDICATOR([gc-hmac-md5])
Makefile.am: