From d5697779971ac7d7daaac12bc9d8388973f58a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com> Date: Sat, 10 Feb 2007 22:50:34 +0000 Subject: [PATCH] prettify texi2html check Originally committed as revision 7914 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure b/configure index 1070cbf48a5..530f29da2ff 100755 --- a/configure +++ b/configure @@ -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 -- GitLab