configure.ac: rename HAVE_CURL to ENABLE_CURL

This commit is contained in:
Max Kellermann
2009-09-24 21:40:07 +02:00
parent 06d5d4b03e
commit 47ab2ad6f3
4 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
#include "input/archive_input_plugin.h"
#endif
#ifdef HAVE_CURL
#ifdef ENABLE_CURL
#include "input/curl_input_plugin.h"
#endif
@@ -46,7 +46,7 @@ static const struct input_plugin *const input_plugins[] = {
#ifdef ENABLE_ARCHIVE
&input_plugin_archive,
#endif
#ifdef HAVE_CURL
#ifdef ENABLE_CURL
&input_plugin_curl,
#endif
#ifdef ENABLE_LASTFM

View File

@@ -32,7 +32,7 @@
* connected by IPC socket.
*/
static const char *remoteUrlPrefixes[] = {
#ifdef HAVE_CURL
#ifdef ENABLE_CURL
"http://",
#endif
#ifdef ENABLE_LASTFM