diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-18 01:15:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-18 01:15:59 +0000 |
commit | e616f5b51312fef55099f2a7cd93af58d2b08032 (patch) | |
tree | f4f49cf4c78752c0d94e6d91ffc5e121125e3765 /configure.ac | |
parent | 9f38cd935009e1c962804fb82bf0b0e3834e856d (diff) | |
download | tor-e616f5b51312fef55099f2a7cd93af58d2b08032.tar.gz tor-e616f5b51312fef55099f2a7cd93af58d2b08032.zip |
whoops; mistaek in a496010642c2. so many comma
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 211d34c099..42096dbe57 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |