- Fix building on 64-bit architectures (remove useless check).

Reported by:	pav
This commit is contained in:
Alejandro Pulver
2007-09-27 22:10:05 +00:00
parent 395b7d96ea
commit 31eeb083fc

View File

@@ -0,0 +1,10 @@
--- ./build.xml.orig Tue Oct 17 11:21:20 2006
+++ ./build.xml Thu Sep 27 19:07:48 2007
@@ -304,7 +304,6 @@
<echo message="**********************************************************************"/>
<echo message="A ${bits}-bit build was requested, but this is a ${sun.arch.data.model}-bit JVM."/>
<echo message="**********************************************************************"/>
- <fail message="The &quot;bits&quot; system property does not match that of the JVM."/>
</target>
<!-- =================================================================== -->