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
+1 -1
View File
@@ -364,7 +364,7 @@ if HAVE_AUDIOFILE
DECODER_SRC += src/decoder/audiofile_plugin.c
endif
if HAVE_MIKMOD
if ENABLE_MIKMOD_DECODER
DECODER_SRC += src/decoder/mikmod_plugin.c
endif