aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 54011f14..7ea4e433 100755
--- a/configure
+++ b/configure
@@ -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 ;;