X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgc-arcfour.m4;h=340c9a5caf41bafab400c7b136cc3c0a9b0e8c7a;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=c5adf583afff49bda1afed245be63956ed2b175d;hpb=c4f00b7d32160f83e4fb811c6584e8f4e48dfa2e;p=gnulib.git diff --git a/m4/gc-arcfour.m4 b/m4/gc-arcfour.m4 index c5adf583a..340c9a5ca 100644 --- a/m4/gc-arcfour.m4 +++ b/m4/gc-arcfour.m4 @@ -1,5 +1,5 @@ -# gc-arcfour.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +# gc-arcfour.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,9 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_ARCFOUR], [ AC_REQUIRE([gl_GC]) - AC_DEFINE(GC_USE_ARCFOUR, 1, - [Define if you want to support ARCFOUR through GC.]) - if test "$ac_cv_libgcrypt" != yes; then - gl_ARCFOUR - fi ])