mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
prettify texi2html check
Originally committed as revision 7914 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3eac5c6309
commit
d569777997
8
configure
vendored
8
configure
vendored
@ -1711,13 +1711,7 @@ fi
|
||||
|
||||
enabled sdl || ffplay=no
|
||||
|
||||
##########################################
|
||||
# texi2html check
|
||||
|
||||
texi2html=no
|
||||
if (texi2html -version) >/dev/null 2>&1; then
|
||||
texi2html=yes
|
||||
fi
|
||||
texi2html -version >/dev/null 2>&1 && enable texi2html || disable texi2html
|
||||
|
||||
##########################################
|
||||
# IPv6 check
|
||||
|
Loading…
Reference in New Issue
Block a user