Fix test operator (== -> =)

This commit is contained in:
Juraj Lutter 2020-08-11 11:13:41 +00:00
parent 77b0d013aa
commit 98baf3c647
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__agent_Makefile.in) = b74b47ffc4b8f16046778cacd9be2b7207d7f549

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; }