X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=a26b85161593f01e3f52836ebe31e127d802985c;hb=refs%2Fheads%2Fmaster;hp=b1af16f08727e9bea3e339a083c224f051f741c7;hpb=ffbfc5c76ba8100d21d0141478a6c0d761ecfb2f;p=libserialport.git 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],,,