Browse Source

Add jack to pkg-config requires.

tags/5.1.0
Stephen Sinclair 8 years ago
parent
commit
e70927f4ee
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure.ac

+ 1
- 0
configure.ac View File

@@ -153,6 +153,7 @@ AS_IF([test "x$with_jack" = "xyes"], [
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!]))
api="$api -D__UNIX_JACK__" api="$api -D__UNIX_JACK__"
req="$req jack"
]) ])






Loading…
Cancel
Save