SQLite Forum

Detect R*Tree support at compile time
Login
That’s fine, but it does not help my compiler detect if the SQLite library I’m compiling against has rtree support. I guess I’ll have to write a shell script that can query the SQLite installation and generate a config.h file with a HAVE_RTREE define. Thanks for your reply.