aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-27 15:17:22 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-27 15:17:22 +0300
commitad43f8663c8343039374e64af7e5c59381ff635c (patch)
treefe1cd884f290b5e7e7d616c6c04a856ab6003cb2
parent77303a4a262c6397e3af2197eded3d9c17d32c5d (diff)
downloadlibmicrohttpd-ad43f8663c8343039374e64af7e5c59381ff635c.tar.gz
libmicrohttpd-ad43f8663c8343039374e64af7e5c59381ff635c.zip
configure: fixed typos in messages
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1b6310da..6a13f469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2858,7 +2858,7 @@ AS_IF([test "x$have_gnutls" != "xyes" && test "x$with_gnutls" = "xyes"],
2858 gnutls_free(data.data); 2858 gnutls_free(data.data);
2859 ]])], [[have_gnutls_sni=yes]], [[have_gnutls_sni=no]]) 2859 ]])], [[have_gnutls_sni=yes]], [[have_gnutls_sni=no]])
2860 AC_MSG_RESULT([[$have_gnutls_sni]]) 2860 AC_MSG_RESULT([[$have_gnutls_sni]])
2861 AC_CACHE_CHECK([[whether GnuTLS require libgcrypt initialisaion]], [mhd_cv_gcrypt_required], 2861 AC_CACHE_CHECK([[whether GnuTLS require libgcrypt initialisation]], [mhd_cv_gcrypt_required],
2862 [ 2862 [
2863 AC_COMPILE_IFELSE( 2863 AC_COMPILE_IFELSE(
2864 [ 2864 [
@@ -2868,7 +2868,7 @@ AS_IF([test "x$have_gnutls" != "xyes" && test "x$with_gnutls" = "xyes"],
2868 ], 2868 ],
2869 [ 2869 [
2870#if !defined(GNUTLS_VERSION_NUMBER) || GNUTLS_VERSION_NUMBER+0 <= 0x020c14 2870#if !defined(GNUTLS_VERSION_NUMBER) || GNUTLS_VERSION_NUMBER+0 <= 0x020c14
2871#error Old versions of GnuTLS require libgcript initialisaion 2871#error Old versions of GnuTLS require libgcript initialisation
2872choke me now 2872choke me now
2873#endif 2873#endif
2874 ] 2874 ]