summaryrefslogtreecommitdiff
path: root/m4/gc-rijndael.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 00:56:44 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 01:11:46 +0200
commit20fd200278b4e3f7b4a5070b5e178e61895aab31 (patch)
treebbe6390c94945a613db972376f38128668fd3817 /m4/gc-rijndael.m4
parent6b91542b2e6a8b1ea5dd4bf0f62208fa4f60143a (diff)
downloadgnulib-20fd200278b4e3f7b4a5070b5e178e61895aab31.tar.gz
crypto/gc-rijndael: Fix recent regression.
* modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4. (configure.ac): Invoke AC_LIBOBJ here. * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
Diffstat (limited to 'm4/gc-rijndael.m4')
-rw-r--r--m4/gc-rijndael.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/m4/gc-rijndael.m4 b/m4/gc-rijndael.m4
index 8fd93f5e34..709427d993 100644
--- a/m4/gc-rijndael.m4
+++ b/m4/gc-rijndael.m4
@@ -1,4 +1,4 @@
-# gc-rijndael.m4 serial 2
+# gc-rijndael.m4 serial 3
dnl Copyright (C) 2005, 2007, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_GC_RIJNDAEL],
[
AC_REQUIRE([gl_GC])
- if test "$ac_cv_libgcrypt" != yes; then
- gl_RIJNDAEL
- fi
])