Results of evaluating 'test "no" == yes' in non-Bash shells range from
unfortunate (dash: "test: no: unexpected operator") to comically wrong
(AdaCore's gsh: returns 0).
fi
-if test "$enable_py_limited_api" == yes; then
+if test "$enable_py_limited_api" = yes; then
# The minimal Python limited API version is currently set to 3.11 for the
# support of PyBuffer_FillInfo and PyBuffer_Release.
# The choice of the minimal version for the Python limited API won't be frozen
[GDB_CHECK_YES_NO_VAL([$enableval], [--enable-py-limited-api])],
[enable_py_limited_api=no])
-if test "$enable_py_limited_api" == yes; then
+if test "$enable_py_limited_api" = yes; then
# The minimal Python limited API version is currently set to 3.11 for the
# support of PyBuffer_FillInfo and PyBuffer_Release.
# The choice of the minimal version for the Python limited API won't be frozen