summaryrefslogtreecommitdiff
path: root/plugins/muggle/patches/muggle-sqlite.diff
blob: f709d52e69d55061800c4a951b5ab724d8efe2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig
+++ Makefile
@@ -24,9 +24,9 @@
 
 # Define what database you want to use, one of MySQL (HAVE_MYSQL=1),
 # PostgreSQL (HAVE_PG=1) or SQLite (HAVE_SQLITE=1).  Default is MySQL.
-#HAVE_SQLITE = 1
+HAVE_SQLITE = 1
 #HAVE_PG = 1
-HAVE_MYSQL = 1
+#HAVE_MYSQL = 1
 
 ### The version number of this plugin (taken from the main source file):