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]])] )