summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-arctwo
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 01:00:39 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:46 +0200
commit0b3b74d5643737f6e78f93a40f34462baee64131 (patch)
treee62c0acd1096f1b9f807906c6c16e28bc62041b4 /modules/crypto/gc-arctwo
parent20fd200278b4e3f7b4a5070b5e178e61895aab31 (diff)
downloadgnulib-0b3b74d5643737f6e78f93a40f34462baee64131.tar.gz
crypto/gc-arctwo: Fix recent regression.
* modules/crypto/gc-arctwo (configure.ac): Invoke AC_LIBOBJ here. * m4/arctwo.m4 (gl_ARCTWO): Ensure the expansion is non-empty.
Diffstat (limited to 'modules/crypto/gc-arctwo')
-rw-r--r--modules/crypto/gc-arctwo3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/crypto/gc-arctwo b/modules/crypto/gc-arctwo
index b26540203c..49006679f6 100644
--- a/modules/crypto/gc-arctwo
+++ b/modules/crypto/gc-arctwo
@@ -14,6 +14,9 @@ bitrotate
configure.ac:
gl_GC_ARCTWO
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([arctwo])
+fi
gl_MODULE_INDICATOR([gc-arctwo])
Makefile.am: