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
+1 -1
View File
@@ -515,7 +515,7 @@ INPUT_SRC = \
src/input_stream.c \
src/input/file_input_plugin.c
if HAVE_CURL
if ENABLE_CURL
INPUT_SRC += src/input/curl_input_plugin.c src/icy_metadata.c
endif