aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f4fa240..c8c25b88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2656,7 +2656,7 @@ AS_VAR_IF([have_gnutls], ["yes"],
2656 ] 2656 ]
2657) 2657)
2658AM_CONDITIONAL([HAVE_GNUTLS_MTHREAD_BROKEN], [[test "x${mhd_cv_gnutls_mthread_broken}" = "xfound"]]) 2658AM_CONDITIONAL([HAVE_GNUTLS_MTHREAD_BROKEN], [[test "x${mhd_cv_gnutls_mthread_broken}" = "xfound"]])
2659AM_CONDITIONAL([USE_UPGRADE_TLS_TESTS], [[test "x${mhd_cv_gnutls_mthread_broken}" = "xno" || test "x${mhd_cv_gnutls_cli}" == "xyes"]]) 2659AM_CONDITIONAL([USE_UPGRADE_TLS_TESTS], [[test "x${mhd_cv_gnutls_mthread_broken}" = "xno" || test "x${mhd_cv_gnutls_cli}" = "xyes"]])
2660 2660
2661# optional: HTTP Basic Auth support. Enabled by default 2661# optional: HTTP Basic Auth support. Enabled by default
2662AC_MSG_CHECKING([[whether to support HTTP basic authentication]]) 2662AC_MSG_CHECKING([[whether to support HTTP basic authentication]])