From 9cf516adc67b67388e22bb8c33cb3fabd68f2ac6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 6 Jun 2021 12:12:01 +0200 Subject: docs/INSTALL: remove mentions of configure --with-darwin-ssl ... as it isn't supported since a while back. Make configure fail with a warning if used. Reported-by: Vadim Grinshpun Bug: https://curl.se/mail/lib-2021-06/0008.html Closes #7200 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8d689d3eb..c8827c2c0 100755 --- a/configure.ac +++ b/configure.ac @@ -284,6 +284,9 @@ Select from these: fi fi +AC_ARG_WITH(darwinssl,, + AC_MSG_ERROR([--with-darwin-ssl no longer works!])) + dnl dnl Detect the canonical host and target build environment dnl -- cgit v1.2.1