X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgc-sha1.m4;h=bf30321bf3ee082a60158682fa2d5e25f48ff3d6;hb=5bf73fbe89c75118e5e9a53e4b88a57729d26964;hp=c305120d946772cea1535df2e7c5cdb781893236;hpb=ef971bd2c257b4d8ef5910f8813d0a4c2b92b6ed;p=gnulib.git diff --git a/m4/gc-sha1.m4 b/m4/gc-sha1.m4 index c305120d9..bf30321bf 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 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, dnl with or without modifications, as long as this notice is preserved. @@ -7,9 +7,4 @@ 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 to if you want to support SHA-1 through GC.]) - if test "$ac_cv_libgcrypt" != yes; then - gl_SHA1 - fi ])