aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc99e4196..091134b86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,7 +220,7 @@ AC_ARG_ENABLE(mod,
AS_HELP_STRING([--enable-mod],
[enable MOD support (default: disable)]),
enable_mod=$enableval,
- enable_mod=yes)
+ enable_mod=no)
AC_ARG_ENABLE(mpc,
AS_HELP_STRING([--disable-mpc],