Skip to content

Commit

Permalink
Remove a2x and asciidoc checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed May 13, 2015
1 parent 3855205 commit 9297bc8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ if test "x$AR" = "x:"; then
fi
AC_SUBST([AR])

AC_PATH_PROG([A2X], [a2x])
AC_SUBST([A2X])
AM_CONDITIONAL([HAVE_A2X], [ test "x$A2X" != "x" ])

AC_PATH_PROG([ASCIIDOC], [asciidoc])
AC_SUBST([ASCIIDOC])
AM_CONDITIONAL([HAVE_ASCIIDOC], [ test "x$ASCIIDOC" != "x" ])

AC_PATH_PROGS([SPHINXBUILD], [sphinx-build])
AC_SUBST([SPHINXBUILD])
AM_CONDITIONAL([HAVE_SPHINXBUILD], [ test "x$SPHINXBUILD" != "x" ])
Expand Down

0 comments on commit 9297bc8

Please sign in to comment.