diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2012-02-20 15:01:30 +0100 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2012-02-20 15:01:30 +0100 |
commit | a7befa29ae7252327eca9394fa866338a51dea11 (patch) | |
tree | 86094f01259f98d21f6a7e37923e72d31346f5de /configure.ac | |
parent | 932946f4071d1d5551e3930c113a2a1d47e95c8c (diff) | |
download | gobject-introspection-a7befa29ae7252327eca9394fa866338a51dea11.tar.gz |
g-ir-doc-tool: Add AM_CHECK_PYMOD macro and use it to check for Mako
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index df796457..c311f660 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,8 @@ if test "x$os_win32" = "xyes"; then AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.])) fi +AM_CHECK_PYMOD(mako,,,[AC_MSG_ERROR(Could not find python module: mako)]) + # Glib documentation GLIBSRC= |