mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
goofed on the HAVE_MIDI test
This commit is contained in:
parent
d0906f1453
commit
3b76c595be
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ if test "x$enable_vorbis" != "xno"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(HAVE_FLAC, test "x$HAVE_FLAC" = "xyes")
|
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")
|
AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBIS" = "xyes")
|
||||||
|
|
||||||
AC_ARG_ENABLE(zlib,
|
AC_ARG_ENABLE(zlib,
|
||||||
|
|
Loading…
Reference in a new issue