From a117cd0bb1e17c52c5bc95a52c763c6226650d92 Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Mon, 23 Sep 2013 16:01:03 +0200 Subject: [PATCH] Add a check for -lpthread. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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*)