commit | 1975def40c1335e29ca1c142d49e2a6cc351b327 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 17:06:43 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 17:06:43 2013 -0700 |
tree | 30a700bc83e0240b7373af49bb0031f1119c979b | |
parent | 23cb7428b1e6e04fa096af891c152509046ca669 [diff] [blame] |
make: conditionally link to libsqlite3.
diff --git a/config.h.in b/config.h.in index 937916c..4c049d2 100644 --- a/config.h.in +++ b/config.h.in
@@ -18,6 +18,9 @@ /* Define to 1 if you have the `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO +/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ +#undef HAVE_LIBSQLITE3 + /* Define to 1 if you have the `memcmp' function. */ #undef HAVE_MEMCMP