goofed on the HAVE_MIDI test

This commit is contained in:
Bill Currie 2010-08-11 23:42:59 +00:00 committed by Jeff Teunissen
parent d0906f1453
commit 3b76c595be
1 changed files with 1 additions and 1 deletions

View File

@ -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,