summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 16:43:35 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 16:43:35 +0000
commitb55eb8dbdec8cc01ed8737c3a48fc5c646e9c350 (patch)
tree321a168a042b206552c0015f6beb429e3caf2969 /go
parent95900abeff8d853c0449c37eafa8457a884ce6bb (diff)
downloadzabbix-b55eb8dbdec8cc01ed8737c3a48fc5c646e9c350.tar.gz
zabbix-b55eb8dbdec8cc01ed8737c3a48fc5c646e9c350.tar.xz
zabbix-b55eb8dbdec8cc01ed8737c3a48fc5c646e9c350.zip
Initial support of SQLite.
git-svn-id: svn://svn.zabbix.com/trunk@3490 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo3
1 files changed, 2 insertions, 1 deletions
diff --git a/go b/go
index 1640e239..4292fcfc 100755
--- a/go
+++ b/go
@@ -28,7 +28,8 @@ automake
echo Configuring...
export CFLAGS="-Wall"
#export CFLAGS="-Wall -pedantic"
-./configure --enable-agent --enable-server --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+./configure --enable-agent --enable-server --with-sqlite --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+#./configure --enable-agent --enable-server --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
#./configure --enable-agent --enable-server --with-oracle=/home/zabbix/sqlora8 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null