From 60edc67981e7c3c1d4d43bc80994a8d63952c7bb Mon Sep 17 00:00:00 2001
From: Kenneth Russel <kbrussel@alum.mit.edu>
Date: Sun, 19 Feb 2006 23:49:21 +0000
Subject: Patched isLinuxAMD64 computation based on feedback from cjbeyer on
 JOGL forum

git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@17 a78bb65f-1512-4460-ba86-f6dc96a7bf27
---
 make/gluegen-cpptasks.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml
index 468d46a..a916c80 100755
--- a/make/gluegen-cpptasks.xml
+++ b/make/gluegen-cpptasks.xml
@@ -94,7 +94,10 @@
     <condition property="isLinuxAMD64">
       <and>
         <istrue value="${isLinux}" />
-        <os arch="AMD64" />
+        <or>
+          <os arch="AMD64" />
+          <os arch="x86_64" />
+        </or>
       </and>
     </condition>
     <condition property="isLinuxIA64">
-- 
cgit v1.2.3