summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTom Vrancken <email@tomvrancken.nl>2017-08-26 14:22:44 +0200
committerTom Vrancken <dev@tomvrancken.nl>2018-12-15 19:05:03 +0100
commit565efaeac828e89d2c1bac7a88c27303d1b62547 (patch)
tree5cc0e7c43c4933b743d2ba5889bad13f86e98323 /m4
parent71276d301a602926e44df818259ba1d99264a179 (diff)
downloadgnutls-565efaeac828e89d2c1bac7a88c27303d1b62547.tar.gz
Implemented support for raw public-key functionality (RFC7250).
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 86b4b2a0e5..2762da6d55 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -71,13 +71,13 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
NETTLE_MINIMUM=3.4.1
PKG_CHECK_MODULES(NETTLE, [nettle >= $NETTLE_MINIMUM], [cryptolib="nettle"], [
AC_MSG_ERROR([[
- ***
+ ***
*** Libnettle $NETTLE_MINIMUM was not found.
]])
])
PKG_CHECK_MODULES(HOGWEED, [hogweed >= $NETTLE_MINIMUM ], [], [
AC_MSG_ERROR([[
- ***
+ ***
*** Libhogweed (nettle's companion library) $NETTLE_MINIMUM was not found. Note that you must compile nettle with gmp support.
]])
])
@@ -116,7 +116,7 @@ LIBTASN1_MINIMUM=4.9
PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= $LIBTASN1_MINIMUM], [], [included_libtasn1=yes])
if test "$included_libtasn1" = yes; then
AC_MSG_ERROR([[
- ***
+ ***
*** Libtasn1 $LIBTASN1_MINIMUM was not found. To use the included one, use --with-included-libtasn1
]])
fi
@@ -132,7 +132,7 @@ LIBTASN1_MINIMUM=4.9
AC_MSG_CHECKING([whether C99 macros are supported])
AC_TRY_COMPILE(,
[
- #define test_mac(...)
+ #define test_mac(...)
int z,y,x;
test_mac(x,y,z);
return 0;
@@ -246,7 +246,7 @@ LIBTASN1_MINIMUM=4.9
AC_MSG_RESULT(yes)
fi
AM_CONDITIONAL(ENABLE_SRP, test "$ac_enable_srp" != "no")
-
+
ac_enable_psk=yes
AC_MSG_CHECKING([whether to disable PSK authentication support])
AC_ARG_ENABLE(psk-authentication,
@@ -261,7 +261,7 @@ LIBTASN1_MINIMUM=4.9
AC_MSG_RESULT(yes)
fi
AM_CONDITIONAL(ENABLE_PSK, test "$ac_enable_psk" != "no")
-
+
ac_enable_anon=yes
AC_MSG_CHECKING([whether to disable anonymous authentication support])
AC_ARG_ENABLE(anon-authentication,