Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
configure: Comment why doctool is disabled by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 15, 2012
1 parent 876569a commit b4afe84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)])
Expand Down

0 comments on commit b4afe84

Please sign in to comment.