From abfc8d056ea99fe69b656dd21f7fdc1e32eaa41f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Fri, 24 Jul 2009 00:12:55 +0000
Subject: [PATCH] =?UTF-8?q?Check=20for=20the=20isatty=20function.=20Patch?=
 =?UTF-8?q?=20by=20Martin=20Storsj=C3=B6=20<martin=20at=20martin=20dot=20s?=
 =?UTF-8?q?t>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index f3ff0cb389c..34aa134b790 100755
--- a/configure
+++ b/configure
@@ -925,6 +925,7 @@ HAVE_LIST="
     getrusage
     inet_aton
     inline_asm
+    isatty
     ldbrx
     libdc1394_1
     libdc1394_2
@@ -2118,6 +2119,7 @@ check_func  fork
 check_func  gethrtime
 check_func  getrusage
 check_func  inet_aton $network_extralibs
+check_func  isatty
 check_func  memalign
 check_func  mkstemp
 check_func  posix_memalign
-- 
GitLab