Don't force ALSA when checking for Jack.
authorStephen Sinclair <radarsat1@gmail.com>
Sun, 27 Aug 2017 01:57:06 +0000 (22:57 -0300)
committerStephen Sinclair <radarsat1@gmail.com>
Sun, 27 Aug 2017 01:57:10 +0000 (22:57 -0300)
configure.ac

index 671b406ebcf9e92c6039b5eec17c91b2ce868288..4da461cd60f19e80a2045aaecc9e0879316b52ea 100644 (file)
@@ -135,8 +135,7 @@ case $host in
   AS_IF([test "x$with_jack" == "xyes"], [
     api="$api -D__UNIX_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(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also requires the asound library!))])
+    AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires the jack library!))])
 
   # Look for ALSA flag
   AC_ARG_WITH(alsa, [  --with-alsa = choose native ALSA API support (linux only)])