Detect old version of sqlite3
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23627 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -80,7 +80,10 @@ AM_CONDITIONAL(PKINIT, test "$enable_pk_init" != no)
|
|||||||
|
|
||||||
dnl Check for sqlite
|
dnl Check for sqlite
|
||||||
rk_TEST_PACKAGE(sqlite3,
|
rk_TEST_PACKAGE(sqlite3,
|
||||||
[#include <sqlite3.h>],
|
[#include <sqlite3.h>
|
||||||
|
#ifndef SQLITE_OPEN_CREATE
|
||||||
|
#error "old version"
|
||||||
|
#endif],
|
||||||
[-lsqlite3],,,SQLITE3)
|
[-lsqlite3],,,SQLITE3)
|
||||||
|
|
||||||
if test "X$with_sqlite3" != Xyes ; then
|
if test "X$with_sqlite3" != Xyes ; then
|
||||||
|
Reference in New Issue
Block a user