]> sigrok.org Git - libserialport.git/blobdiff - configure.ac
change type of result variables to ssize_t
[libserialport.git] / configure.ac
index b1af16f08727e9bea3e339a083c224f051f741c7..a26b85161593f01e3f52836ebe31e127d802985c 100644 (file)
@@ -112,7 +112,7 @@ AC_SYS_LARGEFILE
 AC_TYPE_SIZE_T
 
 # Check for specific termios structures.
-AC_CHECK_TYPES([struct termios2, struct termiox],,,
+AC_CHECK_TYPES([struct termios2],,,
        [[#include <linux/termios.h>]])
 AC_CHECK_MEMBERS([struct termios.c_ispeed, struct termios.c_ospeed,
                struct termios2.c_ispeed, struct termios2.c_ospeed],,,