Commit 86a9cd82 authored by Avuton Olrich's avatar Avuton Olrich

configure: Fix where mikmod was not explicitly disabled.

parent f9372600
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment