Removed curl dependency and use wt's http client instead (used to fetch data from AcousticBrainz)

This commit is contained in:
emeric
2019-08-08 13:54:24 +02:00
parent 35b9b86df5
commit 8c9da5c0e2
4 changed files with 40 additions and 54 deletions
+1 -6
View File
@@ -16,7 +16,7 @@ fi
AC_SUBST(MAGICKXX_CFLAGS)
AC_SUBST(MAGICKXX_LIBS)
AC_CHECK_HEADERS([Wt/WApplication.h pstreams/pstream.h curl/curl.h],
AC_CHECK_HEADERS([Wt/WApplication.h pstreams/pstream.h],
[],
[AC_MSG_ERROR([Header not found or unusable !])])
@@ -81,11 +81,6 @@ AC_CHECK_LIB( [config++],
,
[AC_MSG_ERROR([libconfig++ not found!])])
AC_CHECK_LIB( [curl],
[curl_easy_init],
,
[AC_MSG_ERROR([libcurl not found!])])
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile