Commit 86106741 authored by Max Kellermann's avatar Max Kellermann

configure.ac: fix DSD breakage due to typo

parent 7eca8866
ver 0.18.16 (not yet released) ver 0.18.16 (not yet released)
* fix DSD breakage due to typo in configure.ac
ver 0.18.15 (2014/09/26) ver 0.18.15 (2014/09/26)
* command * command
......
...@@ -854,7 +854,7 @@ fi ...@@ -854,7 +854,7 @@ fi
dnl ----------------------------------- DSD ----------------------------------- dnl ----------------------------------- DSD -----------------------------------
if test x$enable_dsd = xyes; then 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 fi
AM_CONDITIONAL(ENABLE_DSD, test x$enable_dsd = xyes) AM_CONDITIONAL(ENABLE_DSD, test x$enable_dsd = xyes)
......
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