b5c8173c79
Zabbix is the ultimate enterprise-level software designed for monitoring availability and performance of IT infrastructure components. Zabbix is open source and comes at no cost. With Zabbix it is possible to gather virtually limitless types of data from the network. High performance real-time monitoring means that tens of thousands of servers, virtual machines and network devices can be monitored simultaneously. Along with storing the data, visualization features are available (overviews, maps, graphs, screens, etc), as well as very flexible ways of analyzing the data for the purpose of alerting.
15 lines
540 B
Text
15 lines
540 B
Text
$NetBSD: patch-configure,v 1.1 2020/11/03 22:46:23 otis Exp $
|
|
|
|
Fix bash-ism.
|
|
|
|
--- configure.orig 2020-07-13 07:56:36.000000000 +0000
|
|
+++ configure
|
|
@@ -8494,7 +8494,7 @@ fi
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
- if test "$found_mysql_tls" == "yes"; then
|
|
+ if test "$found_mysql_tls" = "yes"; then
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
|
|
$as_echo_n "checking for TLS ciphersuites in MySQL library... " >&6; }
|