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

@@ -572,10 +572,8 @@ void Status::Changes::songID(int song_id)
if (!Config.execute_on_song_change.empty())
res = system(Config.execute_on_song_change.c_str());
# ifdef HAVE_CURL_CURL_H
if (Config.fetch_lyrics_in_background)
myLyrics->fetchInBackground(s);
# endif // HAVE_CURL_CURL_H
drawTitle(s);