From 86a9cd82e7cda040af9357b8c28b3daa34c0b94d Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Wed, 29 Apr 2009 03:13:30 -0700 Subject: configure: Fix where mikmod was not explicitly disabled. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1ff5a3600..7e009d850 100644 --- a/configure.ac +++ b/configure.ac @@ -425,7 +425,7 @@ AM_CONDITIONAL(HAVE_MAD, test x$enable_mad = xyes) AC_ARG_ENABLE(mikmod, AS_HELP_STRING([--enable-mikmod], [enable the mikmod decoder (default: disable)]),, - enable_mod=no) + enable_mikmod=no) if test x$enable_mikmod = xyes; then AC_PATH_PROG(LIBMIKMOD_CONFIG, libmikmod-config) -- cgit v1.2.3