mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
configure: Remove -pthread cxxflag for clang.
This commit is contained in:
parent
708b34092f
commit
fc89e02ff7
1 changed files with 4 additions and 1 deletions
|
@ -1687,8 +1687,11 @@ AM_COND_IF([MINGW],
|
|||
[
|
||||
|
||||
], [
|
||||
EXTRA_CXXFLAGS+=" -pthread"
|
||||
EXTRA_LIBS+="-lpthread -latomic"
|
||||
AM_COND_IF([GCC],
|
||||
[
|
||||
EXTRA_CXXFLAGS+=" -pthread"
|
||||
])
|
||||
])
|
||||
|
||||
dnl ***************************************************************************
|
||||
|
|
Loading…
Reference in a new issue