* configure.in: Quote bu_cv_have_fopen64.
* configure: Regenerate.
This commit is contained in:
parent
9710509e6b
commit
6db7a0866c
@ -1,3 +1,8 @@
|
||||
2002-06-21 Igor Schein <igor@txc.com>
|
||||
|
||||
* configure.in: Quote bu_cv_have_fopen64.
|
||||
* configure: Regenerate.
|
||||
|
||||
2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
|
||||
|
||||
* configure.in: Check for strcoll.
|
||||
|
4
binutils/configure
vendored
4
binutils/configure
vendored
@ -5006,12 +5006,12 @@ rm -f conftest*
|
||||
fi
|
||||
|
||||
echo "$ac_t""$bu_cv_have_fopen64" 1>&6
|
||||
if test $bu_cv_have_fopen64 != no; then
|
||||
if test "$bu_cv_have_fopen64" != no; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_FOPEN64 1
|
||||
EOF
|
||||
|
||||
if test $bu_cv_have_fopen64 = "need -D_LARGEFILE64_SOURCE"; then
|
||||
if test "$bu_cv_have_fopen64" = "need -D_LARGEFILE64_SOURCE"; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define _LARGEFILE64_SOURCE 1
|
||||
EOF
|
||||
|
@ -115,10 +115,10 @@ bu_cv_have_fopen64="need -D_LARGEFILE64_SOURCE",
|
||||
bu_cv_have_fopen64=no)
|
||||
CPPFLAGS=$saved_CPPFLAGS])])
|
||||
AC_MSG_RESULT($bu_cv_have_fopen64)
|
||||
if test $bu_cv_have_fopen64 != no; then
|
||||
if test "$bu_cv_have_fopen64" != no; then
|
||||
AC_DEFINE([HAVE_FOPEN64], 1,
|
||||
[Is fopen64 available?])
|
||||
if test $bu_cv_have_fopen64 = "need -D_LARGEFILE64_SOURCE"; then
|
||||
if test "$bu_cv_have_fopen64" = "need -D_LARGEFILE64_SOURCE"; then
|
||||
AC_DEFINE([_LARGEFILE64_SOURCE], 1,
|
||||
[Enable LFS])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user