X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fgc.m4;h=ea076e9e4a3d87b2d510159b7b41ca21d7e9f04c;hb=a9418e02e6cb59bfa004896c661d949f8b705209;hp=976c0d966d69d81990f457fb010c3da5c49b8ad6;hpb=d370afedf47ca1e969a4ef9349f5110d0359c9af;p=gnulib.git diff --git a/m4/gc.m4 b/m4/gc.m4 index 976c0d966..ea076e9e4 100644 --- a/m4/gc.m4 +++ b/m4/gc.m4 @@ -1,4 +1,4 @@ -# gc.m4 serial 7 +# 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,9 +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 ])