• E
    build: avoid link failure on Windows · 0ca336b3
    Eric Blake 提交于
    We only know -lpthread exists on platforms where we build
    threads-pthread.c; but when we build threads-win32.c, LIB_PTHREAD
    is empty.
    
    * tests/Makefile.am (shunloadtest_LDADD): Use correct library.
    0ca336b3
Makefile.am 13.5 KB