From eb4370db9cff19cc81b0f7d07396dc8dd6806c60 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 7 Jun 2013 10:13:55 +0200 Subject: [PATCH] a2x is actually not required when building from a tarball --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index c95a496..dceae97 100644 --- a/configure.ac +++ b/configure.ac @@ -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