diff options
Diffstat (limited to 'modules/crypto/gc-sha1')
-rw-r--r-- | modules/crypto/gc-sha1 | 3 |
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: |