From 0592f4e2c0f3b2b117106ded98dae048f8ea056a Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 27 Dec 2020 18:23:07 +0300 Subject: [PATCH] Fixed configure --without-threads --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ac5afe0a..87ca4474 100644 --- 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]])] )