mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Version 1.9.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3441ebc6bc
commit
3ad411e805
15 changed files with 94 additions and 75 deletions
|
@ -672,7 +672,11 @@ AC_CHECK_FUNCS(strerror)
|
|||
AC_CHECK_TYPES([uintmax_t])
|
||||
|
||||
AC_MSG_CHECKING([whether precompiler handles LONG_LONG_MAX])
|
||||
AC_TRY_CPP([#ifdef HAVE_STDINT_H
|
||||
# We need to define _GNU_SOURCE for some systems to enable LONG_LONG_MAX
|
||||
AC_TRY_CPP([#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
|
@ -696,7 +700,6 @@ fi
|
|||
# Solaris and *BSD use LLONG_MAX instead
|
||||
#
|
||||
AC_MSG_CHECKING([whether we have LLONG_MAX])
|
||||
|
||||
AC_TRY_CPP([#include <limits.h>
|
||||
#if defined(LLONG_MAX)
|
||||
#if LONG_MAX == LLONG_MAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue