summaryrefslogtreecommitdiff
path: root/m4/ax_lib_nettle.m4
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:12:03 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:12:03 +0000
commitda5a6bce4d6e2f35cab8e9be08f028733a8bd15b (patch)
tree5d160aae62cf50e26b5b5232679f89195fb07abe /m4/ax_lib_nettle.m4
parent8573852865911e8ede7f105e557d9860f2f36e5b (diff)
downloadautoconf-archive-da5a6bce4d6e2f35cab8e9be08f028733a8bd15b.tar.gz
spelling: explicitly
Diffstat (limited to 'm4/ax_lib_nettle.m4')
-rw-r--r--m4/ax_lib_nettle.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_lib_nettle.m4 b/m4/ax_lib_nettle.m4
index edb62e3..c4823a3 100644
--- a/m4/ax_lib_nettle.m4
+++ b/m4/ax_lib_nettle.m4
@@ -72,7 +72,7 @@ AC_DEFUN([AX_LIB_NETTLE],[
AX_CHECK_NETTLE_ALGO([SHA256],[sha256_digest])
])
])
- # complain only if explicitely required
+ # complain only if explicitly required
if test "$ax_with_nettle" = "yes" -a "x$HAVE_NETTLE" = "x" ; then
AC_MSG_ERROR([cannot configure required nettle library])
fi