summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-06 19:17:09 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-06 19:17:09 +0000
commitad95c7fdbcbf76250d4ef20535d069896a456134 (patch)
treee57f83be8a9b361e041e07cf909679d4590ad9d7 /go
parent4cf7e13aaa8d02583f9feb2b1b3425f4193fc653 (diff)
downloadzabbix-ad95c7fdbcbf76250d4ef20535d069896a456134.tar.gz
zabbix-ad95c7fdbcbf76250d4ef20535d069896a456134.tar.xz
zabbix-ad95c7fdbcbf76250d4ef20535d069896a456134.zip
More support of Oracle.
git-svn-id: svn://svn.zabbix.com/trunk@2806 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 2f2a8ef0..09d49ffd 100755
--- a/go
+++ b/go
@@ -28,8 +28,8 @@ automake
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-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...