From 238b7bdf09277e85bac392198ed85f683c117bbb Mon Sep 17 00:00:00 2001 From: divinity76 Date: Fri, 23 Jun 2023 00:15:46 +0200 Subject: [PATCH] configure: the --without forms of the options are also gone --without-darwin-ssl and --without-metalink Closes #11378 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 696a50505f..8fa3f37226 100644 --- a/configure.ac +++ b/configure.ac @@ -438,7 +438,7 @@ Select from these: fi AC_ARG_WITH(darwinssl,, - AC_MSG_ERROR([--with-darwin-ssl no longer works!])) + AC_MSG_ERROR([--with-darwin-ssl and --without-darwin-ssl no longer work!])) dnl dnl Detect the canonical host and target build environment @@ -2204,7 +2204,7 @@ fi AM_CONDITIONAL([USE_GSASL], [test "$curl_gsasl_msg" = "enabled"]) AC_ARG_WITH(libmetalink,, - AC_MSG_ERROR([--with-libmetalink no longer works!])) + AC_MSG_ERROR([--with-libmetalink and --without-libmetalink no longer work!])) dnl ********************************************************************** dnl Check for the presence of LIBSSH2 libraries and headers