summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 01:02:39 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:46 +0200
commitd6e1452c5a334098096bf2c8d6e272e38cba5202 (patch)
treecf4c31040679c5cbd369f30920a4c546317a200d /modules/crypto
parent0b3b74d5643737f6e78f93a40f34462baee64131 (diff)
downloadgnulib-d6e1452c5a334098096bf2c8d6e272e38cba5202.tar.gz
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.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/gc-md43
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/crypto/gc-md4 b/modules/crypto/gc-md4
index 1e9490bf4f..cdc600590b 100644
--- a/modules/crypto/gc-md4
+++ b/modules/crypto/gc-md4
@@ -13,6 +13,9 @@ crypto/gc
configure.ac:
gl_GC_MD4
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([md4])
+fi
gl_MODULE_INDICATOR([gc-md4])
Makefile.am: