mirror of
https://github.com/thestk/stk
synced 2026-01-16 22:31:52 +00:00
Add a check for -lpthread.
This commit is contained in:
committed by
Stephen Sinclair
parent
fc877b87bf
commit
a117cd0bb1
@@ -132,6 +132,7 @@ if test $realtime = yes; then
|
||||
AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(ALSA support requires the asound library!))
|
||||
fi
|
||||
|
||||
AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtAudio requires the pthread library!))
|
||||
;;
|
||||
|
||||
*-apple*)
|
||||
|
||||
Reference in New Issue
Block a user