configure.ac: fix DSD breakage due to typo

This commit is contained in:
Max Kellermann 2014-09-26 10:55:53 +02:00
parent 7eca886608
commit 861067412f
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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

View File

@ -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)