From 8ceba522f541d9628ebccf80e63f56381db392d2 Mon Sep 17 00:00:00 2001 From: Nick Croucher Date: Fri, 19 Apr 2024 15:16:53 +0100 Subject: [PATCH] Add pthreads to compilation commands --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index eeae5ae5..ff0fa07e 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AC_PROG_CXX # Checks for pthread AX_PTHREAD +LDFLAGS="$LDFLAGS -pthread" # Checks for code coverage AX_CODE_COVERAGE