diff options
Diffstat (limited to 'm4/ax_check_python_mako_module.m4')
-rw-r--r-- | m4/ax_check_python_mako_module.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_check_python_mako_module.m4 b/m4/ax_check_python_mako_module.m4 index 1d293d821c3..d6484e722fd 100644 --- a/m4/ax_check_python_mako_module.m4 +++ b/m4/ax_check_python_mako_module.m4 @@ -52,7 +52,7 @@ else: ver_req = distutils.version.LooseVersion('$1') ver_act = distutils.version.LooseVersion(mako.__version__) sys.exit(int(ver_req > ver_act)) - " | $PYTHON2 - + " | $PYTHON - if test $? -ne 0 ; then AC_MSG_RESULT(no) |