Make libcurl a hard dependency

This commit is contained in:
Andrzej Rybczak
2016-11-20 19:14:46 +01:00
parent b018efceb6
commit 5e2626ca0c
18 changed files with 46 additions and 136 deletions

View File

@@ -21,8 +21,6 @@
#include "config.h"
#include "curl_handle.h"
#ifdef HAVE_CURL_CURL_H
#include <cstdlib>
#include <cstring>
#include <boost/algorithm/string/join.hpp>
@@ -264,6 +262,3 @@ bool InternetLyricsFetcher::isURLOk(const std::string &url)
URL = url;
return false;
}
#endif // HAVE_CURL_CURL_H