summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-md5
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 01:06:29 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:47 +0200
commit05da5d6d5eebfcc065f51ed9bb8095ee1c987fba (patch)
tree51ea3b3a9028e5cabefd475f71f86d3ce5259401 /modules/crypto/gc-md5
parentd6e1452c5a334098096bf2c8d6e272e38cba5202 (diff)
downloadgnulib-05da5d6d5eebfcc065f51ed9bb8095ee1c987fba.tar.gz
crypto/gc-md5: Fix recent regression.
* modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.
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: