From 066c38eb3f0f5815037638b0bc56bf19a40e2830 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Nov 2006 02:17:00 +0000 Subject: Updated for Jack MIDI API git-svn-id: http://svn.drobilla.net/lad/ingen@203 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1