mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-24 22:44:17 -04:00
[spotify] Config check for libcurl 7.83, needed for curl_easy_nextheader()
Resolves #1878
This commit is contained in:
parent
d99342e586
commit
f108e531bb
@ -22,7 +22,9 @@ PKG_CHECK_MODULES([JSON_C], [json-c])
|
||||
PKG_CHECK_MODULES([LIBGCRYPT], [libgcrypt], [], [
|
||||
AM_PATH_LIBGCRYPT([], [], [AC_MSG_ERROR([[libgcrypt is required]])])
|
||||
])
|
||||
PKG_CHECK_MODULES([LIBCURL], [libcurl])
|
||||
|
||||
dnl Need 7.83.0 for curl_easy_nextheader()
|
||||
PKG_CHECK_MODULES([LIBCURL], [libcurl >= 7.83.0])
|
||||
PKG_CHECK_MODULES([LIBPROTOBUF_C], [libprotobuf-c])
|
||||
|
||||
AC_CONFIG_FILES([Makefile tests/Makefile])
|
||||
|
Loading…
x
Reference in New Issue
Block a user