]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Don't look for UINT32_MAX in inttypes.h
authorDarren Tucker <dtucker@dtucker.net>
Thu, 6 Feb 2020 00:28:14 +0000 (11:28 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 6 Feb 2020 01:21:49 +0000 (12:21 +1100)
... 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.

configure.ac

index bb392ca09aba74d89f55a00948b3807fd992b06a..b689db4b5c563223a6dfc8a3d65e90a88bf4807b 100644 (file)
@@ -3664,9 +3664,6 @@ AC_CHECK_DECLS([UINT32_MAX], , , [[
 #ifdef HAVE_SYS_LIMITS_H
 # include <sys/limits.h>
 #endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
 #ifdef HAVE_LIMITS_H
 # include <limits.h>
 #endif