Displaying 2 results from an estimated 2 matches for "have_sqlit".
Did you mean:
have_sqlite
2014 Nov 08
2
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
...st $want_sqlite != no; then
AC_CHECK_LIB(sqlite3, sqlite3_open, [
AC_CHECK_HEADER(sqlite3.h, [
- SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
+ SQLITE_LIBS="$SQLITE_LIBS -lsqlite3"
AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support)
found_sql_drivers="$found_sql_drivers sqlite"
Regards, Bernd
2015 Apr 22
0
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
...t; AC_CHECK_LIB(sqlite3, sqlite3_open, [
> AC_CHECK_HEADER(sqlite3.h, [
> - SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3"
>
> AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support)
> found_sql_drivers="$found_sql_drivers sqlite"
>
> Regards, Bernd
>
>
ping ;)