summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-10 22:50:34 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-10 22:50:34 +0000
commitd5697779971ac7d7daaac12bc9d8388973f58a4b (patch)
tree7a3c0b3a5e4aa8ab18c56ef27e0a9a27b49238b1 /configure
parent3eac5c63090854cef8ade1f0e801cd6c3f2a90b0 (diff)
prettify texi2html check
Originally committed as revision 7914 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index 1070cbf48a..530f29da2f 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