mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge pull request #117 from sur5r/posix-comparison
Make comparison POSIX compliant
This commit is contained in:
commit
960c3c0f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ AC_DEFINE_UNQUOTED([AUTOCONF_BAUDRATE_CASES],[$BAUDRATE_CASES],[Switch cases for
|
|||
|
||||
# Check for interface for setting arbitrary I/O speeds
|
||||
AC_CHECK_DECL([TCGETS2], [AC_DEFINE([HAVE_TERMIOS2],[1],[Define if termios2 exists.]) have_termios2=yes], , [[#include <asm/termios.h>]])
|
||||
AM_CONDITIONAL([ADD_SETSPEED2],[test "x$have_termios2" == "xyes"])
|
||||
AM_CONDITIONAL([ADD_SETSPEED2],[test "x$have_termios2" = "xyes"])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_FILES([src/Makefile])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue