]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: the --without forms of the options are also gone
authordivinity76 <divinity76@gmail.com>
Thu, 22 Jun 2023 22:15:46 +0000 (00:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2023 21:18:54 +0000 (23:18 +0200)
--without-darwin-ssl and --without-metalink

Closes #11378

configure.ac

index 696a50505f37ab2f0b4237b2bea695a30c30d53c..8fa3f37226ccdfe6db9853dbce4dbd261765532a 100644 (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