X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgc-sha1.m4;h=7d688654df6b55490cb9afb0c087d88347b4f05f;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=78466b0db7a284e8f20508b80fdbc90963c919fb;hpb=c9426d5ffc6b1ea62d5860a965ba1546ec910286;p=gnulib.git diff --git a/m4/gc-sha1.m4 b/m4/gc-sha1.m4 index 78466b0db..7d688654d 100644 --- a/m4/gc-sha1.m4 +++ b/m4/gc-sha1.m4 @@ -1,5 +1,5 @@ -# gc-sha1.m4 serial 2 -dnl Copyright (C) 2005, 2007 Free Software Foundation, Inc. +# gc-sha1.m4 serial 3 +dnl Copyright (C) 2005, 2007, 2009-2013 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,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_SHA1], [ AC_REQUIRE([gl_GC]) - if test "$ac_cv_libgcrypt" != yes; then - gl_SHA1 - fi ])