commit | 965a32483f6e5ff72fbe5cf8406b331344bdf123 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Oct 02 09:59:35 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Oct 02 09:59:35 2013 -0700 |
tree | 42c82a3f94df8878be05e558e647c36d7c55b82c | |
parent | 1109514381c1eec6046256dcc6b7677ebf587e59 [diff] [blame] |
make: Added AX_LIB_SQLITE3
diff --git a/config.h.in b/config.h.in index ec9b6bc..7d5216d 100644 --- a/config.h.in +++ b/config.h.in
@@ -30,6 +30,9 @@ /* 1 if have memset in memory.h. */ #undef HAVE_MEMSET +/* Have the SQLITE3 library */ +#undef HAVE_SQLITE3 + /* 1 if have stdint.h. */ #undef HAVE_STDINT