summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-06 12:12:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-06 23:55:32 +0200
commit9cf516adc67b67388e22bb8c33cb3fabd68f2ac6 (patch)
tree352b8bf0330c8d7af0e7a2c1cfebb6fdb309b3e3 /configure.ac
parentace3d91fcd00d27c8d9ac9a0f8c0bfb6ef9bb5c2 (diff)
downloadcurl-9cf516adc67b67388e22bb8c33cb3fabd68f2ac6.tar.gz
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
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 3 insertions, 0 deletions
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