diff options
author | Max Kellermann <max@duempel.org> | 2013-12-29 14:18:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-29 14:18:19 +0100 |
commit | 92a4bf4441b239e44067ab4f5785fec27d651b22 (patch) | |
tree | 9e9a61ff136013175cd5f73e81b9be86f913a014 /configure.ac | |
parent | 5465647c2e2ac71b932f1268a83a00b36fdada82 (diff) | |
parent | d7f80eab68b5cb0d2aa90e67fa2bb04b1bbef975 (diff) |
Merge branch 'v0.18.x'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac60e72c8..eb63735ce 100644 --- a/configure.ac +++ b/configure.ac @@ -852,7 +852,7 @@ dnl --------------------------------- Soundcloud ------------------------------ if test x$enable_soundcloud != xno; then PKG_CHECK_MODULES([YAJL], [yajl >= 2.0], [found_soundcloud=yes], - AC_CHECK_LIB([yajl], [yajl_alloc], + AC_CHECK_LIB([yajl], [yajl_parse_complete], [found_soundcloud=yes YAJL_CFLAGS=-DHAVE_YAJL1 YAJL_LIBS=-lyajl], [found_soundcloud=no])) fi |