Added locking to debug output, to prevent race condition between threads

This commit is contained in:
Andreas Eversberg
2021-09-15 12:28:29 +02:00
parent 1b16029ac6
commit 35ed2d5138
2 changed files with 21 additions and 5 deletions

View File

@@ -24,8 +24,8 @@ dnl Checks for typedefs, structures and compiler characteristics
AC_CANONICAL_HOST
AC_CHECK_LIB([m], [main])
AC_CHECK_LIB([pthread], [main])
AC_CHECK_LIB([m], [main], [], [echo "Failed to find lib!" ; exit -1])
AC_CHECK_LIB([pthread], [main], [], [echo "Failed to find lib!" ; exit -1])
with_sdr=no
soapy_0_7_1_or_higher=