diff options
Diffstat (limited to 'skype/configure.ac')
-rw-r--r-- | skype/configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skype/configure.ac b/skype/configure.ac index 16bdfd1d..f04a8e7c 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -54,6 +54,12 @@ else fi AC_SUBST(BITLBEE) +dnl Check for a2x +AC_ARG_ENABLE([asciidoc], AS_HELP_STRING([--disable-asciidoc], [Disable asciidoc support (default: test)])) +if test "$enable_asciidoc" != "no"; then + AC_CHECK_PROG(ASCIIDOC, asciidoc, yes, []) +fi + dnl Check for Skype4Py AC_MSG_CHECKING(for Python module Skype4Py) python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD |