summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 01:06:58 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:47 +0200
commit6eedb6a104486c2df4384195e5dfc487d97c5beb (patch)
treed14c69d5e684eaf59f34195f16ef3c8bcbdb8f0a /modules/crypto
parent05da5d6d5eebfcc065f51ed9bb8095ee1c987fba (diff)
downloadgnulib-6eedb6a104486c2df4384195e5dfc487d97c5beb.tar.gz
crypto/gc-sha1: Fix recent regression.
* modules/crypto/gc-sha1 (configure.ac): Invoke AC_LIBOBJ here. * m4/gc-sha1.m4 (gl_GC_SHA1): Don't invoke gl_SHA1.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/gc-sha13
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/crypto/gc-sha1 b/modules/crypto/gc-sha1
index 94a5812319..b9efddaad7 100644
--- a/modules/crypto/gc-sha1
+++ b/modules/crypto/gc-sha1
@@ -13,6 +13,9 @@ crypto/gc
configure.ac:
gl_GC_SHA1
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([sha1])
+fi
gl_MODULE_INDICATOR([gc-sha1])
Makefile.am: