summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-01 14:36:26 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-01 14:36:26 +0000
commit13fc8c698700cf8d53226e623cf36b9dd13a312c (patch)
tree7b0d36e7745d15289a50895ed3ca864d381d4bf1 /go
parent0603b32cc923505d14e2e88a1af0bc01ac533e08 (diff)
downloadzabbix-13fc8c698700cf8d53226e623cf36b9dd13a312c.tar.gz
zabbix-13fc8c698700cf8d53226e623cf36b9dd13a312c.tar.xz
zabbix-13fc8c698700cf8d53226e623cf36b9dd13a312c.zip
Support of node change in ZABBIX server.
git-svn-id: svn://svn.zabbix.com/trunk@3552 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo4
1 files changed, 2 insertions, 2 deletions
diff --git a/go b/go
index 57c78164..df1cb842 100755
--- a/go
+++ b/go
@@ -29,8 +29,8 @@ echo Configuring...
export CFLAGS="-Wall"
#export CFLAGS="-Wall -pedantic"
#./configure --enable-agent --enable-server --with-sqlite3 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
-#./configure --enable-agent --enable-server --with-pgsql --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-pgsql --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