changeset 13907:2fcc9d0da3ae

fix --disable-termios, approved by Diego
author rathann
date Wed, 10 Nov 2004 00:26:41 +0000
parents db2f1e657dfe
children befd295c58d3
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/termios.h>
 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 <<EOF
 #include <termios.h>
 int main(void) { return 0; }