summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1682cc6031f..0df17d11778 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3079,7 +3079,7 @@ def doConfigure(myenv):
print("Disabling http-client as libcurl was not found")
http_client = "off"
elif http_client == "on":
- checkLibCurl(required=True)
+ checkHTTPLib(required=True)
# Sanity check.
# We know that http_client was explicitly disabled here,