view m4/gc-hmac-md5.m4 @ 7148:06ddea502cf5

.
author Karl Berry <karl@freefriends.org>
date Wed, 16 Aug 2006 08:04:38 +0000
parents 3a6f48afc45f
children 1eae086746a0
line wrap: on
line source

# gc-hmac-md5.m4 serial 1
dnl Copyright (C) 2005 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.

AC_DEFUN([gl_GC_HMAC_MD5],
[
  AC_REQUIRE([gl_GC])
  AC_DEFINE(GC_USE_HMAC_MD5, 1,
    [Define if you want to support HMAC-MD5 through GC.])
  if test "$ac_cv_libgcrypt" != yes; then
    gl_MD5
    gl_HMAC_MD5
    gl_MEMXOR
  fi
])