FS-6227 wip
This commit is contained in:
parent
6df9fc597f
commit
44410b7167
|
@ -839,6 +839,8 @@ elif test "$ac_cv_sizeof_long" = "8"; then
|
||||||
int64_value="long"
|
int64_value="long"
|
||||||
long_value=long
|
long_value=long
|
||||||
case "$host" in
|
case "$host" in
|
||||||
|
*pc-solaris2*)
|
||||||
|
;;
|
||||||
*-solaris2*|*apple-darwin*|*-openbsd*)
|
*-solaris2*|*apple-darwin*|*-openbsd*)
|
||||||
if test "$ac_cv_sizeof_long_long" = "8"; then
|
if test "$ac_cv_sizeof_long_long" = "8"; then
|
||||||
int64_t_fmt='#define SWITCH_INT64_T_FMT "lld"'
|
int64_t_fmt='#define SWITCH_INT64_T_FMT "lld"'
|
||||||
|
|
Loading…
Reference in New Issue