summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-md5
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/gc-md5')
-rw-r--r--modules/crypto/gc-md53
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/crypto/gc-md5 b/modules/crypto/gc-md5
index 35fdf13c6e..a1075b8693 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: