oops, typo in the large file support just checked in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-06-17 15:51:28 +00:00
parent 90dd450cf3
commit 5a5d3c080f
3 changed files with 470 additions and 460 deletions

View File

@ -440,7 +440,7 @@ define(WX_SYS_LARGEFILE_MACRO_VALUE,
)
if test "$$3" != no; then
$wx_largefile=yes
wx_largefile=yes
AC_DEFINE_UNQUOTED([$1], [$$3])
fi
])
@ -458,13 +458,16 @@ AC_DEFUN([AC_SYS_LARGEFILE],
if test "$enable_largefile" != no; then
dnl _FILE_OFFSET_BITS==64 is needed for Linux, Solaris, ...
dnl _LARGE_FILES -- for AIX
wx_largefile=no
WX_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64, ac_cv_sys_file_offset_bits)
if test "x$wx_largefile" != "xyes"; then
WX_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1, ac_cv_sys_large_files)
fi
AC_MSG_CHECKING(if large file support is available)
if test "x$wx_largefile" = "xyes"; then
AC_DEFINE(HAVE_LARGEFILE_SUPPORT)
fi
AC_MSG_RESULT($wx_largefile)
fi
])

5
aclocal.m4 vendored
View File

@ -452,7 +452,7 @@ define(WX_SYS_LARGEFILE_MACRO_VALUE,
)
if test "$$3" != no; then
$wx_largefile=yes
wx_largefile=yes
AC_DEFINE_UNQUOTED([$1], [$$3])
fi
])
@ -470,14 +470,17 @@ AC_DEFUN([AC_SYS_LARGEFILE],
if test "$enable_largefile" != no; then
dnl _FILE_OFFSET_BITS==64 is needed for Linux, Solaris, ...
dnl _LARGE_FILES -- for AIX
wx_largefile=no
WX_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64, ac_cv_sys_file_offset_bits)
if test "x$wx_largefile" != "xyes"; then
WX_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1, ac_cv_sys_large_files)
fi
AC_MSG_CHECKING(if large file support is available)
if test "x$wx_largefile" = "xyes"; then
AC_DEFINE(HAVE_LARGEFILE_SUPPORT)
fi
AC_MSG_RESULT($wx_largefile)
fi
])

920
configure vendored

File diff suppressed because it is too large Load Diff