* modules/crypto/gc-sha1 (configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-sha1.m4 (gl_GC_SHA1): Don't invoke gl_SHA1.
2011-06-16 Bruno Haible <bruno@clisp.org>
+ 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.
+
crypto/gc-md5: Fix recent regression.
* modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.
-# gc-sha1.m4 serial 2
+# gc-sha1.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,
AC_DEFUN([gl_GC_SHA1],
[
AC_REQUIRE([gl_GC])
- if test "$ac_cv_libgcrypt" != yes; then
- gl_SHA1
- fi
])
configure.ac:
gl_GC_SHA1
+if test "$ac_cv_libgcrypt" != yes; then
+ AC_LIBOBJ([sha1])
+fi
gl_MODULE_INDICATOR([gc-sha1])
Makefile.am: