# HG changeset patch # User rathann # Date 1100046401 0 # Node ID 2fcc9d0da3aeab0e9754b11098880bd3baa025e1 # Parent db2f1e657dfe20f3273d4daf549b578c364fbe2a fix --disable-termios, approved by Diego diff -r db2f1e657dfe -r 2fcc9d0da3ae configure --- a/configure Tue Nov 09 20:09:26 2004 +0000 +++ b/configure Wed Nov 10 00:26:41 2004 +0000 @@ -2860,12 +2860,12 @@ #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; }