mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-27 23:53:26 +08:00
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.
This commit is contained in:
parent
a2437f8ed0
commit
849a9b8714
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user