From: Xin "Russell" Liu Date: Thu, 2 Mar 2023 05:29:50 +0000 (+0800) Subject: fix typo in config.h.in (#1851) X-Git-Tag: v3.7.0~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa09163691b955812a269451d1401435a09832d9;p=thirdparty%2Flibarchive.git fix typo in config.h.in (#1851) --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index c8ae4ecc4..ff74f33fc 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -164,7 +164,7 @@ typedef unsigned char uint8_t; #define HAVE_UINT8_T #endif -#if !defined(HAVE_UINT16_T) +#if !defined(HAVE_UINT8_T) #error No 8-bit unsigned integer type was found. #endif