summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ddcc54548..3d6b8526c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -854,7 +854,7 @@ fi
dnl ----------------------------------- DSD -----------------------------------
if test x$enable_dsd = xyes; then
- AC_DEFINE(HAVE_DSD, 1, [Define for the DSD decoder])
+ AC_DEFINE(ENABLE_DSD, 1, [Define for the DSD decoder])
fi
AM_CONDITIONAL(ENABLE_DSD, test x$enable_dsd = xyes)