From 9a6ebcd612b326acb9485b8c9139bd83c67306bc Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 13 Dec 2021 21:06:17 +0300 Subject: Workaround for old broken GnuTLS builds --- src/testcurl/https/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/testcurl/https/Makefile.am') diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am index 47256c58..6c2134dc 100644 --- a/src/testcurl/https/Makefile.am +++ b/src/testcurl/https/Makefile.am @@ -36,13 +36,18 @@ THREAD_ONLY_TESTS = \ $(HTTPS_PARALLEL_TESTS) \ $(TEST_HTTPS_SNI) \ test_https_session_info \ - test_https_time_out \ test_https_multi_daemon \ test_https_get \ test_empty_response \ test_https_get_iovec \ $(EMPTY_ITEM) +if !HAVE_GNUTLS_MTHREAD_BROKEN +THREAD_ONLY_TESTS += \ + test_https_time_out \ + $(EMPTY_ITEM) +endif + check_PROGRAMS = \ test_https_get_select -- cgit v1.2.3