--- configure.ac.orig 2017-11-04 06:06:02 UTC +++ configure.ac @@ -142,7 +142,7 @@ case $host in AS_IF([test "$api" == ""], [ AC_MSG_RESULT(using OSS) api="$api -D__LINUX_OSS__" - LIBS="$LIBS -lossaudio" + LIBS="$LIBS" AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtAudio requires the pthread library!))]) ;;