summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d87e97a4..8c7d0bb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,8 @@ if test "$build_server" = "yes" -o "$monolothic_ingenuity"; then
AC_FUNC_CLOSEDIR_VOID
# Check for Jack
- PKG_CHECK_MODULES(JACK, jack >= 0.99.0)
+ # (102.20 = MIDI API changes)
+ PKG_CHECK_MODULES(JACK, jack >= 0.102.20)
# Check for Jack MIDI
if test "$build_jack_midi" = "yes"; then