From 6e4cc3e23565c3e9bf186c095ff19b91c098ab8b Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 21 Oct 2016 17:21:42 +0200 Subject: [PATCH] During ./Config when configuring with remote includes support for the first time (and we need to suggest paths) we no longer suggest ~/curl if system- curl already provides everything we need. --- Config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config b/Config index a62decb44..ca3aab4d4 100755 --- a/Config +++ b/Config @@ -646,8 +646,8 @@ if [ "$REMOTEINC" = "1" ] ; then fi fi - # Second, use the local curl if it exists (overrides above) - if [ -d "$HOME/curl" ]; then + # Second, local curl in ~/curl if it exists (only overrides above if above was without AsynchDNS) + if [ "$GOTASYNC" != "1" -a -d "$HOME/curl" ]; then CURLDIR="$HOME/curl" # Check if it's recent enough...