Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 925162
Collapse All | Expand All

(-)a/configure.ac (-1 / +3 lines)
Lines 7222-7228 Link Here
7222
7222
7223
    dnl Check for large file support
7223
    dnl Check for large file support
7224
    AC_SYS_LARGEFILE
7224
    AC_SYS_LARGEFILE
7225
    if test -n "$ac_cv_sys_file_offset_bits" -a "$ac_cv_sys_file_offset_bits" != "no"; then
7225
    if test -n "$ac_cv_sys_largefile_opts"  -a "$ac_cv_sys_largefile_opts" != "none needed" -a "$ac_cv_sys_largefile_opts" != "support not detected"; then
7226
        LFS_CFLAGS="$ac_cv_sys_largefile_opts"
7227
    elif test -n "$ac_cv_sys_file_offset_bits" -a "$ac_cv_sys_file_offset_bits" != "no"; then
7226
        LFS_CFLAGS="-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
7228
        LFS_CFLAGS="-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
7227
    fi
7229
    fi
7228
    if test -n "$ac_cv_sys_large_files" -a "$ac_cv_sys_large_files" != "no"; then
7230
    if test -n "$ac_cv_sys_large_files" -a "$ac_cv_sys_large_files" != "no"; then

Return to bug 925162