ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.ac
(Generate patch)

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.1 by gbeauche, 2004-06-30T08:45:14Z vs.
Revision 1.2 by gbeauche, 2004-06-30T08:48:45Z

# Line 10 | Line 10 | dnl Canonical system information.
10   AC_CANONICAL_HOST
11   AC_CANONICAL_TARGET
12  
13 + dnl Some systems do not put corefiles in the currect directory, avoid saving
14 + dnl cores for the configure tests since some are intended to dump core.
15 + ulimit -c 0
16 +
17   dnl Options.
18   AC_ARG_ENABLE(jit,          [  --enable-jit            enable JIT compiler [default=yes]], [WANT_JIT=$enableval], [WANT_JIT=yes])
19   AC_ARG_ENABLE(ppc-emulator, [  --enable-ppc-emulator   use the selected PowerPC emulator [default=auto]], [WANT_EMULATED_PPC=$enableval], [WANT_EMULATED_PPC=auto])
# Line 211 | Line 215 | if [[ "x$WANT_ESD" = "xyes" ]]; then
215    ])
216   fi
217  
218 + dnl We use 64-bit file size support if possible.
219 + AC_SYS_LARGEFILE
220 +
221   dnl Checks for header files.
222   AC_HEADER_STDC
223   AC_HEADER_SYS_WAIT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines