diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-17 17:11:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-21 09:29:11 +0900 |
commit | d572a3f536f3cb283303c161095c5e83d4dc27da (patch) | |
tree | c790f230f544e78d4e4403a16b4e26a2401785e3 /config.h.in | |
parent | 0d190c75668f6c20aaad9bc2a458b801de90ee0b (diff) | |
download | krecipes-d572a3f536f3cb283303c161095c5e83d4dc27da.tar.gz krecipes-d572a3f536f3cb283303c161095c5e83d4dc27da.zip |
Remove check for obsolete sqlite support. Check only for aqlite3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index f68e80a..bd4eef4 100644 --- a/config.h.in +++ b/config.h.in @@ -54,9 +54,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* have SQLite */ -#undef HAVE_SQLITE - /* have SQLite3 */ #undef HAVE_SQLITE3 |