commit 0592f4e2c0f3b2b117106ded98dae048f8ea056a
parent 72e1143ce7b263012c2d8ef8b5e0fbb361b1d574
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 27 Dec 2020 18:23:07 +0300
Fixed configure --without-threads
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -551,6 +551,7 @@ AS_CASE([[$with_threads]],
[[posix]], [[:]],
[[w32]], [[:]],
[[none]], [[with_threads='none']],
+ [[no]], [[with_threads='none']],
[[auto]], [[:]],
[AC_MSG_ERROR([[incorrect parameter "$with_threads" specified for --with-threads]])]
)