fix typo in configure report

svn: r15932
This commit is contained in:
Matthew Flatt 2009-09-09 12:42:01 +00:00
parent 02239ff6d9
commit 7437bdec03
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -7062,7 +7062,7 @@ fi
LFS_CFLAGS=`getconf LFS_CFLAGS 2> /dev/null`
if test "${LFS_CFLAGS}" != "" ; then
echo "Large-file support: ${LFS_FLAGS}"
echo "Large-file support: ${LFS_CFLAGS}"
PREFLAGS="${PREFLAGS} ${LFS_CFLAGS}"
fi

View File

@ -895,7 +895,7 @@ fi
LFS_CFLAGS=`getconf LFS_CFLAGS 2> /dev/null`
if test "${LFS_CFLAGS}" != "" ; then
echo "Large-file support: ${LFS_FLAGS}"
echo "Large-file support: ${LFS_CFLAGS}"
PREFLAGS="${PREFLAGS} ${LFS_CFLAGS}"
fi