X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgc-des.m4;h=be5bac2c495d832b263085de156a65fd072cd5bc;hb=6195fa324fac1442ba68395a30f32110997959dd;hp=d4dd9717088d275a62087342a42b15c8d9503179;hpb=6a58cb3f05f9a3d05ce2b0e0845b7514540d81b5;p=gnulib.git diff --git a/m4/gc-des.m4 b/m4/gc-des.m4 index d4dd97170..be5bac2c4 100644 --- a/m4/gc-des.m4 +++ b/m4/gc-des.m4 @@ -1,5 +1,5 @@ -# gc-des.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +# gc-des.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,8 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_DES], [ AC_REQUIRE([gl_GC]) - AC_DEFINE(GC_USE_DES, 1, [Define if you want to support DES through GC.]) - if test "$ac_cv_libgcrypt" != yes; then - gl_DES - fi ])