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

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)