]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8772 Remove --with-threads=mach option
authorRyan Tandy <ryan@nardis.ca>
Sat, 18 Apr 2020 16:12:11 +0000 (09:12 -0700)
committerRyan Tandy <ryan@openldap.org>
Wed, 22 Apr 2020 16:18:50 +0000 (16:18 +0000)
configure.in

index 92eed6ee362cb73d2675172c868d5152c1b05965..c411092b77a1c977cc945d1c513bad05cb773493 100644 (file)
@@ -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,