parent
6edc834143
commit
5f86c6d404
|
@ -578,7 +578,7 @@ fi
|
||||||
|
|
||||||
dnl -------------------------------- yajl -------------------------------------
|
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],
|
PKG_CHECK_MODULES([YAJL], [yajl >= 2.0],
|
||||||
[found_yajl=yes],
|
[found_yajl=yes],
|
||||||
[found_yajl=no])
|
[found_yajl=no])
|
||||||
|
|
Loading…
Reference in New Issue