From 3b76c595be7bb3ab8374e6ca528bf658e93c4e58 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 11 Aug 2010 23:42:59 +0000 Subject: [PATCH] goofed on the HAVE_MIDI test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d70ca12e7..0f6366738 100644 --- a/configure.ac +++ b/configure.ac @@ -622,7 +622,7 @@ if test "x$enable_vorbis" != "xno"; then fi AM_CONDITIONAL(HAVE_FLAC, test "x$HAVE_FLAC" = "xyes") -AM_CONDITIONAL(HAVE_MIDI, test "x$HAVE_MIDI" = "xyes") +AM_CONDITIONAL(HAVE_MIDI, test "x$HAVE_WILDMIDI" = "xyes") AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBIS" = "xyes") AC_ARG_ENABLE(zlib,