1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-09-16 08:36:51 +02:00

configure: Check that texi2html supports --init-file

Fixes ticket #1515
This commit is contained in:
jamal
2012-07-12 04:07:59 -03:00
committed by Stefano Sabatini
parent d48f014ff1
commit 2090e40410

2
configure vendored
View File

@@ -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