From: Jan Nieuwenhuizen Date: Sun, 8 Feb 2009 17:50:32 +0000 (+0100) Subject: Revert texi2html to OPTIONAL: only needed for building web. Fixes gub3 build. X-Git-Tag: release/2.13.0-0~37 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d465bd8448f4b905d1076131acdfa4e5e17a9f53;p=lilypond.git Revert texi2html to OPTIONAL: only needed for building web. Fixes gub3 build. --- diff --git a/configure.in b/configure.in index 2cc862690a..d8f1199f23 100644 --- a/configure.in +++ b/configure.in @@ -189,7 +189,7 @@ STEPMAKE_GUILE(OPTIONAL) STEPMAKE_PERL(OPTIONAL) STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.11) -STEPMAKE_PROGS(TEXI2HTML, texi2html, REQUIRED, 1.80) +STEPMAKE_PROGS(TEXI2HTML, texi2html, OPTIONAL, 1.80) AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")