From fe00eac8cb0740b74ec2f586d98e741c84299d90 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 13 Aug 2016 13:09:39 +0100 Subject: Buildsystem: Make curl/openssl usage build-time options. --- content/fetch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 11adf9cf4..93c7de2ad 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -290,10 +290,12 @@ nserror fetcher_init(void) { nserror ret; +#ifdef WITH_CURL ret = fetch_curl_register(); if (ret != NSERROR_OK) { return ret; } +#endif ret = fetch_data_register(); if (ret != NSERROR_OK) { -- cgit v1.2.3