summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-25 15:19:57 -0800
committerDiego Biurrun <diego@biurrun.de>2013-11-26 13:49:06 -0800
commit4da3f410d176dd1a55d7cbe5d2e2ead342027f13 (patch)
tree3b8aef456bf0580c274f005b36ad7d4a8b47be83 /configure
parentdc80e2f7a529d6e4416b40b68699be16fed62d6c (diff)
configure: Restore doc option to disable building the documentation
Also add appropriate dependency declarations for perl and texi2html.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index ed1c500778..450c572f9a 100755
--- a/configure
+++ b/configure
@@ -1112,6 +1112,7 @@ CONFIG_LIST="
$LIBRARY_LIST
$PROGRAM_LIST
dct
+ doc
error_resilience
fft
gpl
@@ -1972,6 +1973,10 @@ avserver_deps="avformat fork !shared"
avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
avserver_extralibs='$ldl'
+# documentation
+perl_deps="doc"
+texi2html_deps="doc"
+
# default parameters
logfile="config.log"