diff options
Diffstat (limited to 'configure.ac')
-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 |