]> eyrie.org Git - kerberos/krb5-strength.git/commit
Add real Autoconf probing for SQLite
authorRuss Allbery <eagle@eyrie.org>
Tue, 25 Mar 2014 08:07:27 +0000 (01:07 -0700)
committerRuss Allbery <eagle@eyrie.org>
Tue, 25 Mar 2014 08:07:27 +0000 (01:07 -0700)
commit2374a0da1c07fc3bdd334aab2bd5af46915c7891
tree39d7b273c42459cb03e10da8259fa25b7a25d222
parent18cc9d6ab7486675263643555de3e6257b1c2fe6
Add real Autoconf probing for SQLite

Change all the defines to look for HAVE_SQLITE instead of
HAVE_SQLITE3, since non-v3 versions are so old that I'm not going
to worry about the naming.  Add an Autoconf probe for SQLite that
tries pkg-config first and falls back on library probing.
Makefile.am
configure.ac
m4/sqlite.m4 [new file with mode: 0644]
plugin/internal.h
plugin/sqlite.c
tests/plugin/heimdal-t.c
tests/plugin/mit-t.c