summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6fb6c9e765..61bb787d65 100755
--- a/configure
+++ b/configure
@@ -3629,7 +3629,7 @@ def_termios_h='#undef HAVE_TERMIOS_H'
def_termios_sys_h='#undef HAVE_SYS_TERMIOS_H'
if test "$_termios" = auto ; then
_termios=no
- for _termios_header in "sys/termios.h" "termios.h"; do
+ for _termios_header in "termios.h" "sys/termios.h"; do
cat > $TMPC <<EOF
#include <$_termios_header>
int main(void) { return 0; }