Skip to content

Commit

Permalink
Merge pull request #407 from 1480c1/clang64
Browse files Browse the repository at this point in the history
ax_pthread/clang: move -pthread to LIBS
  • Loading branch information
Jovasa authored Apr 30, 2024
2 parents bb836ff + d1683f4 commit ea09af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/ax_pthread.m4
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ if test "x$ax_pthread_clang" = "xyes"; then
# -pthread does define _REENTRANT, and while the Darwin headers
# ignore this macro, third-party headers might not.)
PTHREAD_CFLAGS="-pthread"
PTHREAD_LIBS=
PTHREAD_CFLAGS=
PTHREAD_LIBS="-pthread"
ax_pthread_ok=yes
Expand Down

0 comments on commit ea09af5

Please sign in to comment.