ソースを参照

test_shutdown_*: fixed for W32

Evgeny Grin (Karlson2k) 6 年 前
コミット
3544e5c168
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/microhttpd/Makefile.am

+ 1 - 1
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 \