]> granicus.if.org Git - flex/commitdiff
we check for {u,}int*_t types; maybe this will simplify things
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 7 Oct 2002 15:28:04 +0000 (15:28 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 7 Oct 2002 15:28:04 +0000 (15:28 +0000)
configure.in

index bebc73f5a8234bbe22271611e8a3b605f27999c3..ad154693f73d45ee835a61b95eff4b091661dd23 100644 (file)
@@ -68,6 +68,7 @@ AC_CHECK_HEADERS(cunistd netinet/in.h)
 dnl checks for types
 
 AC_TYPE_SIZE_T
+AC_CHECK_TYPES([int8_t, uint8_t])
 
 dnl checks for functions