Skip to content

Commit

Permalink
Enable compilation with pthreads
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 19, 2024
1 parent f571b77 commit 6172c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ AC_PROG_CXX

# Checks for pthread
AX_PTHREAD
LDFLAGS="$LDFLAGS -pthread"

# Checks for code coverage
AX_CODE_COVERAGE
Expand Down

0 comments on commit 6172c3f

Please sign in to comment.