• Max Kellermann's avatar
    configure.ac: improved check for libyajl 1.0 · d7f80eab
    Max Kellermann authored
    If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac
    would assume this is the libyajl 1.0 API, because the function
    yajl_alloc() exists in both.  This commit changes the library check to
    the function yajl_parse_complete() which was removed in the 2.0 API.
    This fixes build failure with libyajl 2.0.1.
    d7f80eab
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...