https://bugs.freedesktop.org/show_bug.cgi?id=89328
--- Comment #4 from Emil Velikov <emil.l.veli...@gmail.com> --- (In reply to Samuel Iglesias from comment #3) > I wrote a patch (attached) that removes the python mako module check when > python is not installed in the system. If it needs to do something with > python, it is going to fail anyway. > True. > If you think this patch is interesting to have in master, just say so and I > will send this patch to the mailing list. > Imho the patch looks good. Alternative solution is to have the macro set a variable that we check in configure (like below), but let see what others think on the ML. PYTHON_MAKO_REQUIRED=0.3.4 AX_CHECK_PYTHON_MAKO_MODULE($PYTHON_MAKO_REQUIRED) if test -n "$PYTHON2" -a $foo_mako_found = no; then AC_MSG_ERROR([Python mako module v$PYTHON_MAKO_MODULE not found]) fi Thank you Samuel! -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev