diff options
author | Max Kellermann <max@duempel.org> | 2009-04-01 22:48:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-01 22:48:06 +0200 |
commit | a7685780ede43fc079d04c8d748a44e0ac7bf80e (patch) | |
tree | 12e24c5d6dec0f37df3158ce2ce5083bd73e17a7 /Makefile.am | |
parent | cd6182862a3a9cab9aeb57e92fd027f9292d529b (diff) |
configure.ac: renamed --enable-mod to --enable-mikmod
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |