aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-16 11:29:45 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-16 11:29:45 +0300
commitfeb04e725cc6a87f0beb3abebb44789830a86a6b (patch)
tree11a2e993b4e8e053d8d16d3061512d2050470bcb /src/microhttpd
parent21f90d552f5781326f3cb898dc2c56d652b73e14 (diff)
downloadlibmicrohttpd-feb04e725cc6a87f0beb3abebb44789830a86a6b.tar.gz
libmicrohttpd-feb04e725cc6a87f0beb3abebb44789830a86a6b.zip
Additional fix for old gnutls versions
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 563a8c28..79abda1d 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -214,11 +214,10 @@ if USE_W32_THREADS
214 check_PROGRAMS += test_upgrade test_upgrade_large 214 check_PROGRAMS += test_upgrade test_upgrade_large
215endif 215endif
216if ENABLE_HTTPS 216if ENABLE_HTTPS
217if USE_POSIX_THREADS 217if USE_THREADS
218if USE_UPGRADE_TLS_TESTS
218check_PROGRAMS += test_upgrade_tls test_upgrade_large_tls 219check_PROGRAMS += test_upgrade_tls test_upgrade_large_tls
219endif 220endif
220if USE_W32_THREADS
221check_PROGRAMS += test_upgrade_tls test_upgrade_large_tls
222endif 221endif
223endif 222endif
224endif 223endif