zabbix50-server: Fix test operator (== -> =)

This commit is contained in:
Juraj Lutter 2020-08-11 11:26:01 +00:00
parent 1acd1c0aed
commit 54355d0d3e
2 changed files with 14 additions and 0 deletions

View File

@ -4,4 +4,5 @@ SHA1 (zabbix-5.0.2.tar.gz) = d1ef17c3d4878f8a3a4cffe4796123c0d118123a
RMD160 (zabbix-5.0.2.tar.gz) = 70a4b471452856be1b6c48f3f9d672c2b611ba62
SHA512 (zabbix-5.0.2.tar.gz) = 81cf26d67e4e4df388dd6505db6f7451cf2f05aa6ac7b5d043c32eec89053cf133075bbb289cfb5b15f48a3eb94f6462427047777035ab09cc1dfeefba926dd6
Size (zabbix-5.0.2.tar.gz) = 18823956 bytes
SHA1 (patch-configure) = 312eddd9d2d6b83aa472214d12bf8729767197ad
SHA1 (patch-src_zabbix__server_Makefile.in) = b4375c322e4d683fc8cd98e94d8f769e7592605e

View File

@ -0,0 +1,13 @@
$NetBSD$
--- 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; }