summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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: