--- a/install.pl	2008-03-02 06:23:04.000000000 -0500
+++ b/install.pl	2008-03-03 00:59:53.000000000 -0500
@@ -1463,8 +1463,11 @@ sub supported32bit
 ###        print RED "\n32-bit libraries are not supported on this platform", RESET "\n" if (not $quiet);
 ###        return 0;
 ###    }
+	if ( $arch eq "x86_64" or $arch eq "ppc64" or $arch eq "ia64" ) {
     return 1
 }
+    return 0
+}
 
 # Check whether compiler $1 exist
 sub set_compilers
