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) # 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 \