blob: f7ccc9e08b20458d7684ce2a9ec52f96704e9bb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure,v 1.1 2020/11/03 22:52:42 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; }
|