Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=9e805a460fe6f544fe98987876179f5d5107fe92
commit 9e805a460fe6f544fe98987876179f5d5107fe92 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 5 13:11:21 2007 +0100 configure.ac: typo diff --git a/configure.ac b/configure.ac index e800647..84fbc91 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ fi AC_ARG_ENABLE([asciidoc], AS_HELP_STRING([--disable-asciidoc], [Disable asciidoc support (default: test)])) if test "$enable_asciidoc" != "no"; then - AC_CHECK_PROG(DOXYGEN, asciidoc, asciidoc, []) + AC_CHECK_PROG(ASCIIDOC, asciidoc, asciidoc, []) fi AC_ARG_ENABLE([po4a], AS_HELP_STRING([--disable-po4a], [Disable po4a support (default: test)])) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
