From 79e868accdb8a072253861bbf15a039e11a11f11 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 May 2007 15:17:54 +0000 Subject: Jack MIDI with-nframes build fix. Make omins pass distcheck, remove automake warnings. git-svn-id: http://svn.drobilla.net/lad/ingen@508 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 26f04554..d2db800d 100644 --- a/configure.ac +++ b/configure.ac @@ -223,7 +223,7 @@ if test "$build_server" = "yes"; then if test "$build_jack_midi" = "yes"; then AC_DEFINE(HAVE_JACK_MIDI, 1, [Has Jack MIDI]) AC_JACK_MIDI_NFRAMES_CHECK() - if test "$jackmidi_nframes" == "yes"; then + if test "$jackmidi_nframes" = "yes"; then AC_DEFINE([JACK_MIDI_NEEDS_NFRAMES], 1, [Defined if we JACK MIDI functions need nframes parameter.]) fi fi -- cgit v1.2.1