From: Will Estes Date: Mon, 7 Oct 2002 15:28:04 +0000 (+0000) Subject: we check for {u,}int*_t types; maybe this will simplify things X-Git-Tag: flex-2-5-23~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f7bef72b72383cf9b400acf0c24dbbdcba436eb;p=flex we check for {u,}int*_t types; maybe this will simplify things --- diff --git a/configure.in b/configure.in index bebc73f..ad15469 100644 --- a/configure.in +++ b/configure.in @@ -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