summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-10 10:11:42 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-10 10:11:42 +0000
commit09606f5c0b83c06e78e089cd1a7fd327b3af346a (patch)
tree6b9746ac59219cc685dcda0fb0eed6a62c5573c4 /go
parent97cda9ad0979e3362caefb099aff0c470205c1a0 (diff)
downloadzabbix-09606f5c0b83c06e78e089cd1a7fd327b3af346a.tar.gz
zabbix-09606f5c0b83c06e78e089cd1a7fd327b3af346a.tar.xz
zabbix-09606f5c0b83c06e78e089cd1a7fd327b3af346a.zip
- changed syntax of keys for aggregate items (Alexei)
[svn merge -r4451:4453 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4454 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 3d3474ad..1b680422 100755
--- a/go
+++ b/go
@@ -33,7 +33,7 @@ cd create/schema
cd -
#export CFLAGS="-Wall -pedantic"
#for db in sqlite3 pgsql mysql; do
-for db in pgsql; do
+for db in mysql; do
./configure --enable-agent --enable-server --with-jabber --with-ldap --with-libcurl --with-$db --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null