summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-21 02:41:52 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-21 02:41:52 +0000
commit6b7267ae1ccf5904b577ffe0c3c6d584d8065021 (patch)
treea2219ae202fa9f4c8ca073eb49c1a29f8d43df25 /binutils/configure.in
parent26d49c9139d01b0df472128f3a3c962b980159e4 (diff)
downloadbinutils-redhat-6b7267ae1ccf5904b577ffe0c3c6d584d8065021.tar.gz
* configure.in: Quote bu_cv_have_fopen64.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 63631411e1..f2a048263a 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -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