summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-27 02:35:38 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-27 02:35:38 +0100
commita12b4bd107cf028e44cab8dafca61a866cecd252 (patch)
treef1256dfb35b4dc17d35b6d0a9453ec96f8fe35f3 /configure
parent6f24566f56b8ed0424a77aede46bb3ddf06a28c8 (diff)
parent92f0abb27fe26efdf33bec51d1f583e46036ac74 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: build: Check for pod2man instead of perl for manual page generation Conflicts: configure doc/Makefile The code that this changes is mostly not part of ffmpeg thus only a few whitespaces end up being merged Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aaf5c8f7bd..f2533b4e5e 100755
--- a/configure
+++ b/configure
@@ -4386,7 +4386,7 @@ enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html
makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
perl -v > /dev/null 2>&1 && enable perl || disable perl
-pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man
+pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man
rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || disable rsync_contimeout
check_header linux/fb.h