aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-09-24 21:40:07 +0200
committerMax Kellermann <max@duempel.org>2009-09-24 21:40:07 +0200
commit47ab2ad6f375e9f3afe2efe6a1da70ce98cec52b (patch)
treeaf5cb2093c27a475244645f862acac68070c1990 /Makefile.am
parent06d5d4b03ec446b9eb7a7351c32ef2fdca29d3c8 (diff)
downloadmpd-47ab2ad6f375e9f3afe2efe6a1da70ce98cec52b.tar.gz
mpd-47ab2ad6f375e9f3afe2efe6a1da70ce98cec52b.tar.xz
mpd-47ab2ad6f375e9f3afe2efe6a1da70ce98cec52b.zip
configure.ac: rename HAVE_CURL to ENABLE_CURL
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dd9690a2c..1fb3b8451 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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