Add jack to pkg-config requires.
[rtaudio-cdist.git] / configure.ac
index 991cbecdf64af4b62cea3494fb762d6220256ee8..286b7d93fdabbea5aac8111dcb2d419580b0d7ed 100644 (file)
@@ -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"
 ])