rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-23 / patches / make_autoconf_jdk-options.m4.patch
blob81cb0c1c36bd750fc225468fa2330c89e87d316b
1 $NetBSD$
3 Shell portability.
5 --- a/make/autoconf/jdk-options.m4.orig 2019-01-08 09:40:28.000000000 +0000
6 +++ b/make/autoconf/jdk-options.m4
7 @@ -143,7 +143,7 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_JDK_OPTIONS]
8 AC_ARG_WITH(cacerts-file, [AS_HELP_STRING([--with-cacerts-file],
9 [specify alternative cacerts file])])
10 AC_MSG_CHECKING([for cacerts file])
11 - if test "x$with_cacerts_file" == x; then
12 + if test "x$with_cacerts_file" = x; then
13 AC_MSG_RESULT([default])
14 else
15 CACERTS_FILE=$with_cacerts_file