aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-26 23:32:09 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-26 23:32:09 +0300
commit3544e5c168eb536ea3ef7244bc415b01e09254ef (patch)
tree8f88e909ff13e545eb070cb98918d6c51f5fc24c /src/microhttpd
parent1d7cb0092d6ecccd130b7f6361a4ef4900c7d4cd (diff)
downloadlibmicrohttpd-3544e5c168eb536ea3ef7244bc415b01e09254ef.tar.gz
libmicrohttpd-3544e5c168eb536ea3ef7244bc415b01e09254ef.zip
test_shutdown_*: fixed for W32
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 2b0f3455..3fb65fe1 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -194,7 +194,7 @@ TESTS = $(check_PROGRAMS)
194# on Cygwin as this ability is deliberately ignored on Cygwin 194# on Cygwin as this ability is deliberately ignored on Cygwin
195# to improve compatibility with core OS. 195# to improve compatibility with core OS.
196if !CYGWIN_TARGET 196if !CYGWIN_TARGET
197if USE_POSIX_THREADS 197if HAVE_POSIX_THREADS
198if HAVE_LISTEN_SHUTDOWN 198if HAVE_LISTEN_SHUTDOWN
199check_PROGRAMS += \ 199check_PROGRAMS += \
200 test_shutdown_select \ 200 test_shutdown_select \