X-Git-Url: https://sigrok.org/gitweb/?p=libserialport.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=a26b85161593f01e3f52836ebe31e127d802985c;hp=b1af16f08727e9bea3e339a083c224f051f741c7;hb=6f9b03e597ea7200eb616a4e410add3dd1690cb1;hpb=1abec205027bcecd7d69c0a37619e513de7c2440 diff --git a/configure.ac b/configure.ac index b1af16f..a26b851 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]]) AC_CHECK_MEMBERS([struct termios.c_ispeed, struct termios.c_ospeed, struct termios2.c_ispeed, struct termios2.c_ospeed],,,