Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435410 | Differences between
and this patch

Collapse All | Expand All

(-)zip30/unix/configure (+5 lines)
Lines 403-408 Link Here
403
# Added 11/4/2003 EG
403
# Added 11/4/2003 EG
404
# Revised 8/12/2004 EG
404
# Revised 8/12/2004 EG
405
405
406
if test -n "${LARGEFILE_SUPPORTED}"; then
407
   echo -- Assuming large files are supported
408
   CFLAGS="${CFLAGS} -DLARGE_FILE_SUPPORT"
409
else
406
echo Check for Large File Support
410
echo Check for Large File Support
407
cat > conftest.c << _EOF_
411
cat > conftest.c << _EOF_
408
# define _LARGEFILE_SOURCE       /* some OSes need this for fseeko */
412
# define _LARGEFILE_SOURCE       /* some OSes need this for fseeko */
Lines 448-453 Link Here
448
    echo -- no Large File Support - conftest returned $r
452
    echo -- no Large File Support - conftest returned $r
449
  fi
453
  fi
450
fi
454
fi
455
fi
451
456
452
457
453
# Check for wide char for Unicode support
458
# Check for wide char for Unicode support

Return to bug 435410