auto-configure large-file support
svn: r15931
This commit is contained in:
parent
34b48487f2
commit
02239ff6d9
6
src/configure
vendored
6
src/configure
vendored
|
@ -7060,6 +7060,12 @@ if test "${enable_memtrace}" = "yes" ; then
|
||||||
GC2OPTIONS="$GC2OPTIONS -DNEWGC_MEMORY_TRACE"
|
GC2OPTIONS="$GC2OPTIONS -DNEWGC_MEMORY_TRACE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
LFS_CFLAGS=`getconf LFS_CFLAGS 2> /dev/null`
|
||||||
|
if test "${LFS_CFLAGS}" != "" ; then
|
||||||
|
echo "Large-file support: ${LFS_FLAGS}"
|
||||||
|
PREFLAGS="${PREFLAGS} ${LFS_CFLAGS}"
|
||||||
|
fi
|
||||||
|
|
||||||
###### Get data sizes, stack direction, and endianness #######
|
###### Get data sizes, stack direction, and endianness #######
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for char" >&5
|
{ echo "$as_me:$LINENO: checking for char" >&5
|
||||||
|
|
|
@ -893,6 +893,12 @@ if test "${enable_memtrace}" = "yes" ; then
|
||||||
GC2OPTIONS="$GC2OPTIONS -DNEWGC_MEMORY_TRACE"
|
GC2OPTIONS="$GC2OPTIONS -DNEWGC_MEMORY_TRACE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
LFS_CFLAGS=`getconf LFS_CFLAGS 2> /dev/null`
|
||||||
|
if test "${LFS_CFLAGS}" != "" ; then
|
||||||
|
echo "Large-file support: ${LFS_FLAGS}"
|
||||||
|
PREFLAGS="${PREFLAGS} ${LFS_CFLAGS}"
|
||||||
|
fi
|
||||||
|
|
||||||
###### Get data sizes, stack direction, and endianness #######
|
###### Get data sizes, stack direction, and endianness #######
|
||||||
|
|
||||||
AC_CHECK_SIZEOF(char)
|
AC_CHECK_SIZEOF(char)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user