From 2090e40410693ce30ed2080f2cea2f4ccfb9ac94 Mon Sep 17 00:00:00 2001 From: jamal Date: Thu, 12 Jul 2012 04:07:59 -0300 Subject: [PATCH] configure: Check that texi2html supports --init-file Fixes ticket #1515 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b32574af84..2f123fefb9 100755 --- a/configure +++ b/configure @@ -3385,7 +3385,7 @@ else fi enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs -texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html +texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man