From d572a3f536f3cb283303c161095c5e83d4dc27da Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Oct 2024 17:11:53 +0900 Subject: Remove check for obsolete sqlite support. Check only for aqlite3 Signed-off-by: Michele Calgaro --- config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.in') 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 -- cgit v1.2.1