mirror of
https://github.com/thestk/stk
synced 2026-02-07 17:56:16 +00:00
@@ -131,8 +131,7 @@ if test $realtime = yes; then
|
|||||||
AC_ARG_WITH(jack, [ --with-jack = choose JACK server support (mac and linux only)], [
|
AC_ARG_WITH(jack, [ --with-jack = choose JACK server support (mac and linux only)], [
|
||||||
api="$api -D__UNIX_JACK__"
|
api="$api -D__UNIX_JACK__"
|
||||||
AC_MSG_RESULT(using JACK)
|
AC_MSG_RESULT(using JACK)
|
||||||
AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires the jack library!))
|
AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires the jack library!))], )
|
||||||
AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also requires the asound library!))], )
|
|
||||||
|
|
||||||
# Look for ALSA flag
|
# Look for ALSA flag
|
||||||
AC_ARG_WITH(alsa, [ --with-alsa = choose native ALSA API support (linux only)], [
|
AC_ARG_WITH(alsa, [ --with-alsa = choose native ALSA API support (linux only)], [
|
||||||
|
|||||||
Reference in New Issue
Block a user