Browse code

Check for the isatty function. Patch by Martin Storsjö <martin at martin dot st>

Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk

Martin Storsjö authored on 2009/07/24 09:12:55
Showing 1 changed files
... ...
@@ -925,6 +925,7 @@ HAVE_LIST="
925 925
     getrusage
926 926
     inet_aton
927 927
     inline_asm
928
+    isatty
928 929
     ldbrx
929 930
     libdc1394_1
930 931
     libdc1394_2
... ...
@@ -2118,6 +2119,7 @@ check_func  fork
2118 2118
 check_func  gethrtime
2119 2119
 check_func  getrusage
2120 2120
 check_func  inet_aton $network_extralibs
2121
+check_func  isatty
2121 2122
 check_func  memalign
2122 2123
 check_func  mkstemp
2123 2124
 check_func  posix_memalign