Kaydet (Commit) 2bb842a2 authored tarafından Ross Lagerwall's avatar Ross Lagerwall

Merge with 3.3 for issue #16262

This diff is collapsed.
......@@ -1002,7 +1002,7 @@ AC_SUBST(READELF)
AC_SUBST(ASDLGEN)
AC_CHECK_PROGS(PYTHON, python$PACKAGE_VERSION python3 python, not-found)
if $PYTHON = not-found; then
if test "$PYTHON" = not-found; then
ASDLGEN="@echo python: $PYTHON! cannot run \$(srcdir)/Parser/asdl_c.py #"
else
ASDLGEN="$PYTHON"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment