X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=286b7d93fdabbea5aac8111dcb2d419580b0d7ed;hb=609a2c2f0a402e00e1035753721f8d362de94f1c;hp=991cbecdf64af4b62cea3494fb762d6220256ee8;hpb=3b1331c16ed513ec92f41d13692bcbe1792c3d1a;p=rtaudio-cdist.git diff --git a/configure.ac b/configure.ac index 991cbec..286b7d9 100644 --- a/configure.ac +++ b/configure.ac @@ -153,6 +153,7 @@ AS_IF([test "x$with_jack" = "xyes"], [ AC_MSG_RESULT([using JACK]) AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR([JACK support requires the jack library!])) api="$api -D__UNIX_JACK__" + req="$req jack" ])