Add a check for -lpthread.

This commit is contained in:
Stephen Sinclair
2013-09-23 16:01:03 +02:00
committed by Stephen Sinclair
parent fc877b87bf
commit a117cd0bb1

View File

@@ -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*)