configure claims a default build of SQLite 3.6.22 is threadsafe:

./configure --help
...
--enable-threadsafe     build a thread-safe library [default=yes]
...

However a diff between configures of 3.6.19 and 3.6.22 says otherwise:

diff sqlite-3.6.19/configure sqlite-3.6.22/configure
...
21023c21023
<   enable_threadsafe=yes
---
>   enable_threadsafe=no


I suggest that either the output of configure is changed or the default is 
reverted back to a threadsafe build.

Regards, Peter.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to