libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 3544e5c168eb536ea3ef7244bc415b01e09254ef
parent 1d7cb0092d6ecccd130b7f6361a4ef4900c7d4cd
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 26 May 2019 23:32:09 +0300

test_shutdown_*: fixed for W32

Diffstat:
Msrc/microhttpd/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -194,7 +194,7 @@ TESTS = $(check_PROGRAMS) # on Cygwin as this ability is deliberately ignored on Cygwin # to improve compatibility with core OS. if !CYGWIN_TARGET -if USE_POSIX_THREADS +if HAVE_POSIX_THREADS if HAVE_LISTEN_SHUTDOWN check_PROGRAMS += \ test_shutdown_select \