summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 17:30:20 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 17:30:20 +0000
commit941c0734ac24a6719828edd24010f08e43ae4ef7 (patch)
tree545fd18c543c0e15fdf63475c2863d165b0bb4ab /go
parentb55eb8dbdec8cc01ed8737c3a48fc5c646e9c350 (diff)
downloadzabbix-941c0734ac24a6719828edd24010f08e43ae4ef7.tar.gz
zabbix-941c0734ac24a6719828edd24010f08e43ae4ef7.tar.xz
zabbix-941c0734ac24a6719828edd24010f08e43ae4ef7.zip
More support of SQLite.
git-svn-id: svn://svn.zabbix.com/trunk@3491 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo2
1 files changed, 1 insertions, 1 deletions
diff --git a/go b/go
index 4292fcfc..12bac549 100755
--- a/go
+++ b/go
@@ -28,7 +28,7 @@ automake
echo Configuring...
export CFLAGS="-Wall"
#export CFLAGS="-Wall -pedantic"
-./configure --enable-agent --enable-server --with-sqlite --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+./configure --enable-agent --enable-server --with-sqlite3 --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...