X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=m4%2Fax_check_python_mako_module.m4;h=7d9bb511c09e3f6364d31a081bfecd46bd1900eb;hb=2b570a49a92458f4771252c7faf1bac5a3c9dca5;hp=2fc029b9a2b1ef53729efe3b02d2db8bbcf03d3e;hpb=2b37bea010a9c9333a813cc77d28629e1382c0be;p=mesa.git diff --git a/m4/ax_check_python_mako_module.m4 b/m4/ax_check_python_mako_module.m4 index 2fc029b9a2b..7d9bb511c09 100644 --- a/m4/ax_check_python_mako_module.m4 +++ b/m4/ax_check_python_mako_module.m4 @@ -54,8 +54,10 @@ else: " | $PYTHON2 - if test $? -ne 0 ; then - AC_MSG_ERROR(mako $1 or later is required.) + AC_MSG_RESULT(no) + AC_SUBST(acv_mako_found, 'no') else - AC_MSG_RESULT(yes) + AC_MSG_RESULT(yes) + AC_SUBST(acv_mako_found, 'yes') fi ])