summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-12 00:16:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-12 00:16:48 +0200
commitaee995c12dac0cef7ed5972613cdf537e0be04a9 (patch)
tree9ca8b26ba099593cb4df6393e8606a05f31dba3f /m4
parent1761cea76470891775f938c7c1ae39464b2f7010 (diff)
downloadgnutls-aee995c12dac0cef7ed5972613cdf537e0be04a9.tar.gz
renamed HAVE_UMAC -> HAVE_NETTLE27
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 885666fe37..725acf03bf 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -102,7 +102,7 @@ else
fi
AM_CONDITIONAL(ENABLE_NETTLE, test "$cryptolib" = "nettle")
- AC_CHECK_LIB([nettle], [nettle_umac96_set_nonce], [AC_DEFINE([HAVE_UMAC], [], [UMAC detected in nettle])])
+ AC_CHECK_LIB([nettle], [nettle_umac96_set_nonce], [AC_DEFINE([HAVE_NETTLE27], [], [UMAC detected in nettle])])
AC_ARG_WITH(included-libtasn1,
AS_HELP_STRING([--with-included-libtasn1], [use the included libtasn1]),