Changeset cc7a153 for skype/configure.ac


Ignore:
Timestamp:
2010-04-05T21:25:07Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
12198ac
Parents:
f0493b1
Message:

make building documentation optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

    rf0493b1 rcc7a153  
    5555AC_SUBST(BITLBEE)
    5656
     57dnl Check for a2x
     58AC_ARG_ENABLE([asciidoc], AS_HELP_STRING([--disable-asciidoc], [Disable asciidoc support (default: test)]))
     59if test "$enable_asciidoc" != "no"; then
     60        AC_CHECK_PROG(ASCIIDOC, asciidoc, yes, [])
     61fi
     62
    5763dnl Check for Skype4Py
    5864AC_MSG_CHECKING(for Python module Skype4Py)
Note: See TracChangeset for help on using the changeset viewer.