Mantis - Resin
Viewing Issue Advanced Details
1465 minor always 11-20-06 10:08 12-04-06 14:32
sam  
ferg  
urgent  
closed 3.0.22  
fixed  
none    
none 3.1.0  
0001465: ./configure heuristics for intel 64-bit linux
(rep by K Paulson)

We found an issue with resin running ./configure on a x86-64 architecture
system with 64 bit java: the configure script that comes with resin
3.0.22 does not detect 64 bit java because it uses egrep syntax with a
grep command on line 8715.

Change:
grep "(64-Bit|amd64-64)" $tmpname 1> /dev/null
to
egrep "(64-Bit|amd64-64)" $tmpname 1> /dev/null

There are no notes attached to this issue.