From 82c8d3eb5dd63f0d6faf7edfdc5a5cb70c33e873 Mon Sep 17 00:00:00 2001 From: Ryan Tandy Date: Sat, 18 Apr 2020 09:12:11 -0700 Subject: [PATCH] ITS#8772 Remove --with-threads=mach option --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 92eed6ee36..c411092b77 100644 --- a/configure.in +++ b/configure.in @@ -240,7 +240,7 @@ OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support], OL_ARG_WITH(fetch,[ --with-fetch with fetch(3) URL support], auto, [auto yes no] ) OL_ARG_WITH(threads,[ --with-threads with threads], - auto, [auto nt posix mach pth lwp yes no manual] ) + auto, [auto nt posix pth lwp yes no manual] ) OL_ARG_WITH(tls,[ --with-tls with TLS/SSL support auto|openssl|gnutls], auto, [auto openssl gnutls yes no] ) OL_ARG_WITH(yielding_select,