prefer -pthread to -lpthread

* configure.ac,
spot/ltsmin/Makefile.am,
tests/Makefile.am: Here.
This commit is contained in:
Etienne Renault 2018-12-03 14:47:09 +00:00
parent 2b9471b9a7
commit 35f1423e20
3 changed files with 2 additions and 3 deletions

View file

@ -77,8 +77,6 @@ fi
# Activate C11 for gnulib tests
AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="$CFLAGS -std=c11"])
AX_CHECK_COMPILE_FLAG([-lpthread], [CFLAGS="$CFLAGS -lpthread"])
gl_INIT
# Use -Werror since using -fvisibility under MinGW is only a warning.