mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-02-08 22:58:27 +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_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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user