whoops; mistaek in a496010642. so many comma

This commit is contained in:
Nick Mathewson 2014-02-18 01:15:59 +00:00
parent 9f38cd9350
commit e616f5b513
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ AC_CHECK_PROG([SED],[sed],[sed],[/bin/false])
dnl check for asciidoc and a2x
AC_PATH_PROG([ASCIIDOC], [asciidoc], none)
AC_PATH_PROGS([A2X], [a2x, a2x.py], none)
AC_PATH_PROGS([A2X], [a2x a2x.py], none)
AM_CONDITIONAL(USE_ASCIIDOC, test x$asciidoc = xtrue)