configure.ac: renamed --enable-mod to --enable-mikmod

This commit is contained in:
Max Kellermann
2009-04-01 22:48:06 +02:00
parent cd6182862a
commit a7685780ed
4 changed files with 14 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ static const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_MODPLUG
&modplug_plugin,
#endif
#ifdef HAVE_MIKMOD
#ifdef ENABLE_MIKMOD_DECODER
&mikmod_decoder_plugin,
#endif
#ifdef ENABLE_SIDPLAY