a2x is actually not required when building from a tarball

This commit is contained in:
Axel Kittenberger 2013-06-07 10:13:55 +02:00
parent ec15abd244
commit eb4370db9c
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PATH_PROG([A2X], [a2x], [no])
if test x${A2X} = xno ; then
AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
fi
#AC_PATH_PROG([A2X], [a2x], [no])
#if test x${A2X} = xno ; then
# AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
#fi
###
# Checks for Lua