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; }