From: Darren Tucker Date: Thu, 6 Feb 2020 00:28:14 +0000 (+1100) Subject: Don't look for UINT32_MAX in inttypes.h X-Git-Tag: V_8_2_P1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849a9b87144f8a5b1771de6c85e44bfeb86be9a9;p=thirdparty%2Fopenssh-portable.git Don't look for UINT32_MAX in inttypes.h ... unless we are actually going to use it. Fixes build on HP-UX without the potential impact to other platforms of a header change shortly before release. --- diff --git a/configure.ac b/configure.ac index bb392ca09..b689db4b5 100644 --- a/configure.ac +++ b/configure.ac @@ -3664,9 +3664,6 @@ AC_CHECK_DECLS([UINT32_MAX], , , [[ #ifdef HAVE_SYS_LIMITS_H # include #endif -#ifdef HAVE_INTTYPES_H -# include -#endif #ifdef HAVE_LIMITS_H # include #endif