Fixed configure --without-threads

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-12-27 18:23:07 +03:00
parent 72e1143ce7
commit 0592f4e2c0
+1
View File
@@ -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]])]
)