Index: ghc6-6.8.2/libraries/unix/configure.ac =================================================================== --- ghc6-6.8.2.orig/libraries/unix/configure.ac 2008-02-13 15:07:02.000000000 -0800 +++ ghc6-6.8.2/libraries/unix/configure.ac 2008-02-13 15:07:34.000000000 -0800 @@ -11,6 +11,10 @@ AC_C_CONST +dnl ** Enable large file support. NB. do this before testing the type of +dnl off_t, because it will affect the result of that test. +AC_SYS_LARGEFILE + AC_CHECK_HEADERS([dirent.h fcntl.h grp.h limits.h pwd.h signal.h string.h]) AC_CHECK_HEADERS([sys/resource.h sys/stat.h sys/times.h sys/time.h]) AC_CHECK_HEADERS([sys/utsname.h sys/wait.h])