8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Make configure summary report match reality.

This commit is contained in:
stryqx 2003-10-19 06:59:55 +00:00
parent 4c84f0967b
commit 7dea923999

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.161 2003-10-14 13:09:56 eku Exp $
dnl $Id: configure.in,v 1.162 2003-10-19 06:59:55 stryqx Exp $
dnl ############################# INITIALISATION ###############################
@ -402,7 +402,7 @@ if test "$ac_cv_sys_file_offset_bits" = "no"; then
AC_TRY_RUN([#include <unistd.h>
main () {
exit(!(sizeof(off_t) == 8));
}], [ac_cv_sys_file_offset_bits=64 AC_DEFINE(_FILE_OFFSET_BITS,64) AC_MSG_RESULT(yes)],AC_MSG_RESULT(no))
}], [ac_cv_sys_file_offset_bits=64; AC_DEFINE(_FILE_OFFSET_BITS,64) AC_MSG_RESULT(yes)],AC_MSG_RESULT(no))
fi
AC_CHECK_SIZEOF(void*)