From db721429f8593dec589767043cb6a1ab9b9237e5 Mon Sep 17 00:00:00 2001 From: rathann Date: Wed, 10 Nov 2004 00:26:41 +0000 Subject: [PATCH] fix --disable-termios, approved by Diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13908 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 8876fb4e0d..a6752a76de 100755 --- a/configure +++ b/configure @@ -2860,12 +2860,12 @@ if test "$_termios" = auto ; then #include int main(void) { return 0; } EOF - _termios=no + _termios=auto cc_check && _termios=yes _def_termios_h_name='sys/termios.h' fi # second test: -if test "$_termios" = no ; then +if test "$_termios" = auto ; then cat > $TMPC < int main(void) { return 0; }