Commit 5f86c6d4 authored by Max Kellermann's avatar Max Kellermann

configure.ac: add missing "test"

Closes #256
parent 6edc8341
......@@ -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])
......
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