aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-24 09:44:31 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-24 09:44:31 +0300
commit9763d2fa61fe61367c4286055b042692c6339647 (patch)
treea8cba7e64b972fb865b862f159f847cdf3c81df4
parent747a2151bf1a79d98e94a0f8153fc7453a513fd8 (diff)
downloadlibmicrohttpd-9763d2fa61fe61367c4286055b042692c6339647.tar.gz
libmicrohttpd-9763d2fa61fe61367c4286055b042692c6339647.zip
configure: fixed portability
-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]])