git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11255 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-10-26 20:02:01 +00:00
parent 8e7dba22a0
commit bb260d1561
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -4242,7 +4242,7 @@ cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <limits.h>
#if defined(LLONG_MAX)
#if LONG_MAX = LLONG_MAX
#if LONG_MAX == LLONG_MAX
#error long max equals long long max
#endif
#else

View file

@ -640,7 +640,7 @@ AC_MSG_CHECKING([whether we have LLONG_MAX])
AC_TRY_CPP([#include <limits.h>
#if defined(LLONG_MAX)
#if LONG_MAX = LLONG_MAX
#if LONG_MAX == LLONG_MAX
#error long max equals long long max
#endif
#else