From a7685780ede43fc079d04c8d748a44e0ac7bf80e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Apr 2009 22:48:06 +0200 Subject: configure.ac: renamed --enable-mod to --enable-mikmod --- src/decoder_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/decoder_list.c b/src/decoder_list.c index 8ae268241..6e5c8cfd3 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -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 -- cgit v1.2.3