aboutsummaryrefslogtreecommitdiff
path: root/src/tool_metalink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_metalink.h')
-rw-r--r--src/tool_metalink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_metalink.h b/src/tool_metalink.h
index 25feddcad..c38240241 100644
--- a/src/tool_metalink.h
+++ b/src/tool_metalink.h
@@ -52,7 +52,7 @@ typedef struct metalinkfile {
/*
* Counts the resource in the metalinkfile.
*/
-#ifdef HAVE_LIBMETALINK
+#ifdef USE_METALINK
int count_next_metalink_resource(metalinkfile *mlfile);
void clean_metalink(struct Configurable *config);
#else