aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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 ]