diff options
author | Samuel Iglesias Gonsalvez <[email protected]> | 2015-01-14 07:52:13 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-14 12:52:22 +0100 |
commit | 6d43a4c33864ae66a92b1d893f4400b7fa7f8a41 (patch) | |
tree | c6fe1b5071346652d32cb769d9b87d8ed7ec1753 /configure.ac | |
parent | c6a2628950202d0792b58e4d7b4d574b6051bdf6 (diff) |
configure: change required Python Mako version to 0.3.4
Signed-off-by: Samuel Iglesias Gonsalvez <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4cf4b8c0b3..3c614ea5c4d 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ if test "x$INDENT" != "xcat"; then AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool') fi -AX_CHECK_PYTHON_MAKO_MODULE(0.7.3) +AX_CHECK_PYTHON_MAKO_MODULE(0.3.4) AC_PROG_INSTALL |