summaryrefslogtreecommitdiff
path: root/m4/gc-sha1.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-08 20:48:03 +0000
committerBruno Haible <bruno@clisp.org>2007-01-08 20:48:03 +0000
commitc9426d5ffc6b1ea62d5860a965ba1546ec910286 (patch)
tree393b9011bb0c1f52b4ad7f9e810c36a92686f018 /m4/gc-sha1.m4
parent76de2165a7b4a9d0e819887776779ae396942832 (diff)
downloadgnulib-c9426d5ffc6b1ea62d5860a965ba1546ec910286.tar.gz
Move module indicator macros from *.m4 files to the module descriptions.
Diffstat (limited to 'm4/gc-sha1.m4')
-rw-r--r--m4/gc-sha1.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/gc-sha1.m4 b/m4/gc-sha1.m4
index 88010e22a4..78466b0db7 100644
--- a/m4/gc-sha1.m4
+++ b/m4/gc-sha1.m4
@@ -1,5 +1,5 @@
-# gc-sha1.m4 serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+# gc-sha1.m4 serial 2
+dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -7,8 +7,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_GC_SHA1],
[
AC_REQUIRE([gl_GC])
- AC_DEFINE(GC_USE_SHA1, 1,
- [Define if you want to support SHA-1 through GC.])
if test "$ac_cv_libgcrypt" != yes; then
gl_SHA1
fi