mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 19:23:02 +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";;
|
||||
esac
|
||||
|
||||
case $ac_cv_sys_file_offset_bits in
|
||||
no) echo "64 bit I/O for 32-bit platforms : disabled";;
|
||||
64) echo "64 bit I/O for 32-bit platforms : enabled";;
|
||||
esac
|
||||
if test $ac_cv_sizeof_void_p -lt 8; then
|
||||
case $ac_cv_sys_file_offset_bits in
|
||||
no) echo "64 bit I/O for 32-bit platforms : disabled";;
|
||||
64) echo "64 bit I/O for 32-bit platforms : enabled";;
|
||||
esac
|
||||
fi
|
||||
|
||||
case $RAW_DEVICES_FLG in
|
||||
Y) echo " Raw devices : enabled";;
|
||||
|
Loading…
Reference in New Issue
Block a user