On Freitag 06 Mai 2005 17:37, Kurt Welgehausen wrote:
> > How can i find out ... whether threading is enabled ... ?
> 
> grep -in thread Makefile

Well, if I compile sqlite myself I know how I compiled it,
but I just install sqlite from the debian unstable packages
libsqlite3-0 and libsqlite3-dev. They don't come with a makefile.

my app will be compiled by users on very different systems,
and they should not have to compile sqlite themselves. They
just install debian packages and my source code will have to
figure out whether threading in those installed packages is enabled
or not.

It might be useful if sqlite generated a /usr/include/sqlite3_conf.h
with the used compile options like postgresql and mysql do

-- 
Wolfgang

Reply via email to