Commit 646eb1e8 authored by Ross Lagerwall's avatar Ross Lagerwall

Merge with 3.2 for issue #16262

parents d285029e 1b863ebf
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