]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whoops; mistaek in a496010642c2. so many comma
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Feb 2014 01:15:59 +0000 (01:15 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Feb 2014 01:15:59 +0000 (01:15 +0000)
configure.ac

index 211d34c099298108fae0fe8ca5c3cfe054efbd81..42096dbe57d5943ec46b1b6f7412568983f8825a 100644 (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)