From: Andreas B. <a.b...@el...> - 2007-05-25 07:32:58
|
is it possible to parse --enable-sqlite in configure, and have it pass -DHAVE_SQLITE (or set it in config.h), link against -lsqlitewrapped -lsqlite3 and remove links against -lmysqlwrapped -lmysqlclient i guess simplest is to do something like for taglib and sdl: SQLITE_CFLAGS = -lsqlitewrapped -lsqlite3 andreas |