Use `scheme-mode` for the Guile init file
[emacs.git] / m4 / md5.m4
bloba7b33d771ff983834af0c1fba1966954bf09e766
1 # md5.m4
2 # serial 14
3 dnl Copyright (C) 2002-2006, 2008-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_MD5],
10   dnl Prerequisites of lib/md5.c.
11   AC_REQUIRE([gl_BIGENDIAN])
13   dnl Determine HAVE_OPENSSL_MD5 and LIB_CRYPTO
14   gl_CRYPTO_CHECK([MD5])