diff -Naur a/configure.ac b/configure.ac --- a/configure.ac 2016-01-15 20:28:52.000000000 +0000 +++ b/configure.ac 2020-05-16 05:33:34.363804575 +0000 @@ -208,7 +208,7 @@ AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system]) AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD]) AC_MSG_CHECKING([for the host compiler]) -if test "x$build" == "x$host" ; then +if test "x$build" = "x$host" ; then # Not cross-compiling. CC_FOR_BUILD=$CC CFLAGS_FOR_BUILD=$CFLAGS