summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-02-06 11:28:14 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-02-06 12:21:49 +1100
commit849a9b87144f8a5b1771de6c85e44bfeb86be9a9 (patch)
treee6045aa86c105e75c93270f8ae881376bf47e5ce /configure.ac
parenta2437f8ed0c3be54ddd21630a93c68ebd168286f (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
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], , , [[
3664#ifdef HAVE_SYS_LIMITS_H 3664#ifdef HAVE_SYS_LIMITS_H
3665# include <sys/limits.h> 3665# include <sys/limits.h>
3666#endif 3666#endif
3667#ifdef HAVE_INTTYPES_H
3668# include <inttypes.h>
3669#endif
3670#ifdef HAVE_LIMITS_H 3667#ifdef HAVE_LIMITS_H
3671# include <limits.h> 3668# include <limits.h>
3672#endif 3669#endif