This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

missing quotes in configure


Hi,

I had to apply the following patch on HPUX 11.00 when building
binutils-2.12.1 with --host=hppa64-hp-hpux11.00 flag using 64bit gcc
compiler: 

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

--- binutils/configure~	Thu May  9 10:49:17 2002
+++ binutils/configure	Thu Jun 20 14:34:48 2002
@@ -5006,12 +5006,12 @@
 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

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Thanks

Igor


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]