diff options
author | David Robillard <d@drobilla.net> | 2007-04-08 17:32:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-08 17:32:25 +0000 |
commit | a73885e91b4ef3f648bf2a2e74fa43bf7e716f17 (patch) | |
tree | 6c53cf985b6bfe73b50c70daa3038ebfe8b81732 | |
parent | bd237b00d11fd74871e69c7bf2ac2b0b90bdd83b (diff) | |
download | ingen-a73885e91b4ef3f648bf2a2e74fa43bf7e716f17.tar.gz ingen-a73885e91b4ef3f648bf2a2e74fa43bf7e716f17.tar.bz2 ingen-a73885e91b4ef3f648bf2a2e74fa43bf7e716f17.zip |
Jack MIDI API compatibility hacks.
git-svn-id: http://svn.drobilla.net/lad/ingen@420 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 521a11c9..46902161 100644 --- a/configure.ac +++ b/configure.ac @@ -232,7 +232,7 @@ if test "$build_server" = "yes" -o "$monolothic_ingenuity"; then AC_JACK_MIDI_NFRAMES_CHECK() if test "$jackmidi_nframes" == "yes"; then AC_DEFINE([JACK_MIDI_NEEDS_NFRAMES], 1, [Defined if we JACK MIDI functions need nframes parameter.]) - fi + fi fi # Check for ALSA |