summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-11-23 02:17:00 +0000
committerDavid Robillard <d@drobilla.net>2006-11-23 02:17:00 +0000
commit066c38eb3f0f5815037638b0bc56bf19a40e2830 (patch)
treee033cacb1b69ab27983b8173f2b6fd478a9fb0fe /configure.ac
parent905d123b99dedeb2adc7f5a1dec014b883f22da7 (diff)
downloadingen-066c38eb3f0f5815037638b0bc56bf19a40e2830.tar.gz
ingen-066c38eb3f0f5815037638b0bc56bf19a40e2830.tar.bz2
ingen-066c38eb3f0f5815037638b0bc56bf19a40e2830.zip
Updated for Jack MIDI API
git-svn-id: http://svn.drobilla.net/lad/ingen@203 a436a847-0d15-0410-975c-d299462d15a1
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