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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3