summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2012-10-29 17:35:57 +0000
committerRoss Lagerwall <rosslagerwall@gmail.com>2012-10-29 17:35:57 +0000
commit646eb1e8566821bd0129ce1ef5d300168856010e (patch)
treeefc9080a5cdb0fb142972dc92794681af019c60d /configure.ac
parentd285029ee8a795ca28aeb986dc48fc48b0360d4e (diff)
parent1b863ebfc8376700d571102d7ff0017ff1ef5b4e (diff)
downloadcpython-git-646eb1e8566821bd0129ce1ef5d300168856010e.tar.gz
Merge with 3.2 for issue #16262
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 236951c24b..819bb60c51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"