0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 01:18:39 +02:00

configure: Remove -pthread cxxflag for clang.

This commit is contained in:
Jason Volk 2019-06-24 01:04:59 -06:00
parent 708b34092f
commit fc89e02ff7

View file

@ -1687,8 +1687,11 @@ AM_COND_IF([MINGW],
[
], [
EXTRA_CXXFLAGS+=" -pthread"
EXTRA_LIBS+="-lpthread -latomic"
AM_COND_IF([GCC],
[
EXTRA_CXXFLAGS+=" -pthread"
])
])
dnl ***************************************************************************