Removed curl dependency and use wt's http client instead (used to fetch data from AcousticBrainz)
This commit is contained in:
+1
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user