summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-03-15 11:45:19 -0400
committerColin Walters <walters@verbum.org>2012-03-15 12:38:01 -0400
commitb4afe8437f78a0259a3eb6f4c9af963acbed5b8a (patch)
tree46431edac7c318d7abd78633f1861bba3f0144d7
parent876569a27dd9224f6d274d4edce66862bf4a4f05 (diff)
downloadgobject-introspection-b4afe8437f78a0259a3eb6f4c9af963acbed5b8a.tar.gz
configure: Comment why doctool is disabled by default for now
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6c65eac7..cd211a5c 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
+dnl Not enabled by default until 3.6 cycle when we can propose mako as
+dnl an external dependency
AC_ARG_ENABLE(doctool,[ --enable-doctool enable g-ir-doctool ], enable_doctool=$enableval,enable_doctool=no)
if test x$enable_doctool != xno; then
AM_CHECK_PYMOD(mako,,,[AC_MSG_ERROR(Could not find python module: mako)])