summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e696ac751..e89d4f17f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ AC_SUBST([LD])
93AC_C_INLINE 93AC_C_INLINE
94 94
95AC_CHECK_DECL([LLONG_MAX], [have_llong_max=1], , [#include <limits.h>]) 95AC_CHECK_DECL([LLONG_MAX], [have_llong_max=1], , [#include <limits.h>])
96AC_CHECK_DECL([LONG_LONG_MAX], [have_long_long_max=1], , [#include <limits.h>])
96AC_CHECK_DECL([SYSTR_POLICY_KILL], [have_systr_policy_kill=1], , [ 97AC_CHECK_DECL([SYSTR_POLICY_KILL], [have_systr_policy_kill=1], , [
97 #include <sys/types.h> 98 #include <sys/types.h>
98 #include <sys/param.h> 99 #include <sys/param.h>
@@ -3611,7 +3612,7 @@ if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then
3611fi 3612fi
3612 3613
3613# compute LLONG_MIN and LLONG_MAX if we don't know them. 3614# compute LLONG_MIN and LLONG_MAX if we don't know them.
3614if test -z "$have_llong_max"; then 3615if test -z "$have_llong_max" && test -z "$have_long_long_max"; then
3615 AC_MSG_CHECKING([for max value of long long]) 3616 AC_MSG_CHECKING([for max value of long long])
3616 AC_RUN_IFELSE( 3617 AC_RUN_IFELSE(
3617 [AC_LANG_PROGRAM([[ 3618 [AC_LANG_PROGRAM([[