summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-04 02:32:58 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-04 02:32:58 +0200
commitc5d461380e92dfdbf0e1b8b0429262df1a56e4fe (patch)
tree36f28c363b39781255b53eb60d64ced8bfc69348 /configure.in
parentfd80b158037ee3387007681f011a1ccdd78cc276 (diff)
downloadkrecipes-c5d461380e92dfdbf0e1b8b0429262df1a56e4fe.tar.gz
krecipes-c5d461380e92dfdbf0e1b8b0429262df1a56e4fe.zip
Use native tqt3 sqlite3 driver instead of local copy
Remove local copy of sqlite3 driver
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
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 ])