X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmd5.m4;h=541a26b5298db19daae06599f46049c1ae39dbf7;hb=8e0f64e4cd12f7779113bc438afd106dad3e1f1a;hp=85ed8946068e7ce6fa45c99c727c8bad0de5818f;hpb=a901e1f94eb5223ea4461dac1c7b4778ea58d8bf;p=gnulib.git diff --git a/m4/md5.m4 b/m4/md5.m4 index 85ed89460..541a26b52 100644 --- a/m4/md5.m4 +++ b/m4/md5.m4 @@ -1,5 +1,5 @@ -# md5.m4 serial 13 -dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. +# md5.m4 serial 14 +dnl Copyright (C) 2002-2006, 2008-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. @@ -8,5 +8,7 @@ AC_DEFUN([gl_MD5], [ dnl Prerequisites of lib/md5.c. AC_REQUIRE([gl_BIGENDIAN]) - : + + dnl Determine HAVE_OPENSSL_MD5 and LIB_CRYPTO + gl_CRYPTO_CHECK([MD5]) ])