summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-22 12:16:53 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-22 12:16:53 +0000
commit9875c11fb7e4dbca03f7775f81bf8e4eafa2b4d5 (patch)
tree03d23a038745ef414097f80cd86a8d9ed5a90a98 /go
parente3a9c8732564acac5c5dce55cdfd201212752716 (diff)
downloadzabbix-9875c11fb7e4dbca03f7775f81bf8e4eafa2b4d5.tar.gz
zabbix-9875c11fb7e4dbca03f7775f81bf8e4eafa2b4d5.tar.xz
zabbix-9875c11fb7e4dbca03f7775f81bf8e4eafa2b4d5.zip
- added support of macro TRIGGER.URL and TRIGGER.COMMENT (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3503 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 12bac549..63e4794f 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-sqlite3 --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-sqlite3 --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