diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,8 @@ case $PROC in  		ARCH="ARCH_i386" ;;  	ppc)  		ARCH="ARCH_PPC" ;; +	x86_64) +		ARCH="ARCH_x86_64" ;;  	*)  		echo "Architeture \"$ARCH\" not supported."   		exit ;;  | 
