configure: the --without forms of the options are also gone

--without-darwin-ssl and --without-metalink

Closes #11378
This commit is contained in:
divinity76 2023-06-23 00:15:46 +02:00 committed by Daniel Stenberg
parent 0ac6108856
commit 238b7bdf09
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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