diff --git a/configure.ac b/configure.ac index 40c7395..ebc433e 100644 --- a/configure.ac +++ b/configure.ac @@ -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*)