configure.ac: add missing "test"

Closes #256
This commit is contained in:
Max Kellermann 2018-03-22 21:58:26 +01:00
parent 6edc834143
commit 5f86c6d404
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ fi
dnl -------------------------------- yajl -------------------------------------
if test x$enable_qobuz != xno || x$enable_soundcloud != xno || test x$enable_tidal != xno; then
if test x$enable_qobuz != xno || test x$enable_soundcloud != xno || test x$enable_tidal != xno; then
PKG_CHECK_MODULES([YAJL], [yajl >= 2.0],
[found_yajl=yes],
[found_yajl=no])