summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-11 14:47:44 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-11 14:47:44 +0000
commit8d6cd503a08f956059438f34c33758de943af48a (patch)
treebf12abef14f309bad195e66edbead409c91a659b /go
parentdd95adf62ea945269065373be9806505f6d70192 (diff)
downloadzabbix-8d6cd503a08f956059438f34c33758de943af48a.tar.gz
zabbix-8d6cd503a08f956059438f34c33758de943af48a.tar.xz
zabbix-8d6cd503a08f956059438f34c33758de943af48a.zip
Fixed compilation warning.
git-svn-id: svn://svn.zabbix.com/trunk@3880 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 ff37800f..2c760e28 100755
--- a/go
+++ b/go
@@ -33,8 +33,8 @@ cd -
#export CFLAGS="-Wall -pedantic"
#./configure --enable-agent --enable-server --with-libcurl --with-sqlite3 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
#./configure --enable-agent --enable-server --with-libcurl --with-pgsql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
-#./configure --enable-agent --enable-server --with-jabber --with-libcurl --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
-./configure --enable-agent --enable-server --with-jabber --with-libcurl --with-pgsql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+./configure --enable-agent --enable-server --with-jabber --with-libcurl --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+#./configure --enable-agent --enable-server --with-jabber --with-libcurl --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...