aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22b564567..ac7d05bed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
ver 0.18.16 (not yet released)
+* fix DSD breakage due to typo in configure.ac
ver 0.18.15 (2014/09/26)
* command
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)