summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 19:32:51 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 19:32:51 +0000
commit34fda3975b9f9117991c15ab225b1586c1e44d37 (patch)
treea72ed9f526cbbaaf2b8b61e19472d6904f99881f /go
parentb8998a3b86723513ce74af1629373f144f3605a2 (diff)
downloadzabbix-34fda3975b9f9117991c15ab225b1586c1e44d37.tar.gz
zabbix-34fda3975b9f9117991c15ab225b1586c1e44d37.tar.xz
zabbix-34fda3975b9f9117991c15ab225b1586c1e44d37.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2804 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 bd33a34f..013451ae 100755
--- a/go
+++ b/go
@@ -29,8 +29,8 @@ 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-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
-./configure --enable-agent --enable-server --with-oracle --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 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null
echo Making...