mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-02-02 11:58:25 +00:00
a2x is actually not required when building from a tarball
This commit is contained in:
parent
ec15abd244
commit
eb4370db9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user