From e16e49ac90f6da9e019fdf23084cbb256d14bd9c Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 11 Jul 2007 14:04:54 +0000 Subject: Proper check for interactive support (termios and conio). Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index fd887b4..b7a3581 100755 --- a/configure +++ b/configure @@ -651,6 +651,7 @@ HAVE_LIST=" arpa_inet_h byteswap_h cmov + conio_h dcbzl dev_bktr_ioctl_bt848_h dev_bktr_ioctl_meteor_h @@ -681,6 +682,7 @@ HAVE_LIST=" soundcard_h sys_poll_h sys_soundcard_h + termios_h threads " @@ -1510,6 +1512,9 @@ check_header byteswap.h check_func mkstemp +check_header termios.h +check_header conio.h + check_header arpa/inet.h check_func inet_aton -- cgit v1.1