X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fgc.m4;h=ea076e9e4a3d87b2d510159b7b41ca21d7e9f04c;hb=fa7cfa720110dc45ed470592c6bbb8c69f3b84ee;hp=a309010eb777eea01d53e0bb22e3fa22a109757c;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/gc.m4 b/m4/gc.m4 index a309010eb..ea076e9e4 100644 --- a/m4/gc.m4 +++ b/m4/gc.m4 @@ -1,4 +1,4 @@ -# gc.m4 serial 6 +# gc.m4 serial 8 dnl Copyright (C) 2005-2006, 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, @@ -12,16 +12,4 @@ AC_DEFUN([gl_GC], if test "$libgcrypt" != no; then AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [#include ]) fi - if test "$ac_cv_libgcrypt" = yes; then - AC_LIBOBJ([gc-libgcrypt]) - else - AC_LIBOBJ([gc-gnulib]) - fi -]) - -# Prerequisites of lib/gc.h -AC_DEFUN([gl_PREREQ_GC], -[ - AC_REQUIRE([AC_C_RESTRICT]) - : ])