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:
Love Hörnquist Åstrand
2008-08-18 20:13:43 +00:00
parent b2e4176571
commit 0b3d8063c7

View File

@@ -80,7 +80,10 @@ AM_CONDITIONAL(PKINIT, test "$enable_pk_init" != no)
dnl Check for sqlite
rk_TEST_PACKAGE(sqlite3,
[#include <sqlite3.h>],
[#include <sqlite3.h>
#ifndef SQLITE_OPEN_CREATE
#error "old version"
#endif],
[-lsqlite3],,,SQLITE3)
if test "X$with_sqlite3" != Xyes ; then