mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
No use mentioning 64bit I/O for 32bit on 64bit platform
This commit is contained in:
parent
591f1c6e94
commit
1cd3a17563
10
configure.in
10
configure.in
@ -1388,10 +1388,12 @@ case $PROD_BUILD_FLG in
|
|||||||
N) echo " Debug : enabled";;
|
N) echo " Debug : enabled";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case $ac_cv_sys_file_offset_bits in
|
if test $ac_cv_sizeof_void_p -lt 8; then
|
||||||
no) echo "64 bit I/O for 32-bit platforms : disabled";;
|
case $ac_cv_sys_file_offset_bits in
|
||||||
64) echo "64 bit I/O for 32-bit platforms : enabled";;
|
no) echo "64 bit I/O for 32-bit platforms : disabled";;
|
||||||
esac
|
64) echo "64 bit I/O for 32-bit platforms : enabled";;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
case $RAW_DEVICES_FLG in
|
case $RAW_DEVICES_FLG in
|
||||||
Y) echo " Raw devices : enabled";;
|
Y) echo " Raw devices : enabled";;
|
||||||
|
Loading…
Reference in New Issue
Block a user