pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-09
2016-05-09 16:28:36 by Martin Nilsson <nilsson@fastmail.com>
0a3c553806fd3a01462d9f67fc9a11c1fe3b6009 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
LONGEST is just INT64, so use that instead.
3438:
# if test $ac_cv_sizeof_long_long != 0 -a \ # $ac_cv_sizeof_long_long -le $ac_cv_sizeof_char_p ; then # # This isn't a good idea on architectures where
-
# # sizeof(long int) < sizeof(
LONGEST
).
+
# # sizeof(long int) < sizeof(
INT64
).
# # This is due to the gmp mpz api's using long int instead of # # mp_limb_{signed_}t. # #with_long_long_int=yes