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

View File

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