diff options
Diffstat (limited to 'src/tool_operate.c')
-rw-r--r-- | src/tool_operate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index 7c70fd2da..2da92ca44 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -1559,7 +1559,7 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) } #endif -#ifdef HAVE_LIBMETALINK +#ifdef USE_METALINK if(!metalink && res == CURLE_OK && outs.filename) { /* Check the content-type header field and if it indicates Metalink file, parse it and add getout for them. */ @@ -1585,7 +1585,7 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) } } # endif /* METALINK_HASH_CHECK */ -#endif /* HAVE_LIBMETALINK */ +#endif /* USE_METALINK */ /* No more business with this output struct */ if(outs.alloc_filename) |