configure.ac: fix DSD breakage due to typo
This commit is contained in:
parent
7eca886608
commit
861067412f
1
NEWS
1
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue