aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-01 22:48:06 +0200
committerMax Kellermann <max@duempel.org>2009-04-01 22:48:06 +0200
commita7685780ede43fc079d04c8d748a44e0ac7bf80e (patch)
tree12e24c5d6dec0f37df3158ce2ce5083bd73e17a7 /Makefile.am
parentcd6182862a3a9cab9aeb57e92fd027f9292d529b (diff)
downloadmpd-a7685780ede43fc079d04c8d748a44e0ac7bf80e.tar.gz
mpd-a7685780ede43fc079d04c8d748a44e0ac7bf80e.tar.xz
mpd-a7685780ede43fc079d04c8d748a44e0ac7bf80e.zip
configure.ac: renamed --enable-mod to --enable-mikmod
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 268f03224..06cb3cba2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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