prefer -pthread to -lpthread
* configure.ac, spot/ltsmin/Makefile.am, tests/Makefile.am: Here.
This commit is contained in:
parent
2b9471b9a7
commit
35f1423e20
3 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue