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])
15 CACERTS_FILE=$with_cacerts_file