From c5d461380e92dfdbf0e1b8b0429262df1a56e4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 4 Oct 2014 02:32:58 +0200 Subject: Use native tqt3 sqlite3 driver instead of local copy Remove local copy of sqlite3 driver --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1c6962b..115274e 100644 --- a/configure.in +++ b/configure.in @@ -196,7 +196,6 @@ AC_CONFIG_FILES([ krecipes/src/backends/Makefile ]) AC_CONFIG_FILES([ krecipes/src/backends/MySQL/Makefile ]) AC_CONFIG_FILES([ krecipes/src/backends/PostgreSQL/Makefile ]) AC_CONFIG_FILES([ krecipes/src/backends/SQLite/Makefile ]) -AC_CONFIG_FILES([ krecipes/src/backends/SQLite/libqsqlite/Makefile ]) AC_CONFIG_FILES([ krecipes/src/datablocks/Makefile ]) AC_CONFIG_FILES([ krecipes/src/dialogs/Makefile ]) AC_CONFIG_FILES([ krecipes/src/exporters/Makefile ]) -- cgit v1.2.1