Fix build for amd64 environment (for FreeBSD 8.2)
[urcu.git] / configure.ac
index b85835eb398e6b1f555fa453fdb00e83b1a98a4d..15e39ad93d33a56f92fbcb49c10458d4de4df0bb 100644 (file)
@@ -48,6 +48,7 @@ case $host_cpu in
        i486) ARCHTYPE="x86";;
        i586) ARCHTYPE="x86";;
        i686) ARCHTYPE="x86";;
+       amd64) ARCHTYPE="x86";;
        x86_64) ARCHTYPE="x86";;
        powerpc) ARCHTYPE="ppc" ;;
        ppc64) ARCHTYPE="ppc" ;;
This page took 0.022847 seconds and 4 git commands to generate.