summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-10-28 00:18:02 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-10-28 00:18:02 +0000
commit948f2720f754450b048ba6f7a60b842bbf8e633a (patch)
tree1667022eedb866fe2f34c73a411036d8873fbd0b /src/mesa/main/imports.h
parent51c026b2650fc7df063ddfcfb3133498a6574bd4 (diff)
Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand.
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r--src/mesa/main/imports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 93eefd61ca..86480c82b1 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -224,7 +224,7 @@ extern void _ext_mesa_free_pixelbuffer( void *pb );
***/
#if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
defined(__s390x__) || defined(__powerpc__) || \
- defined(__AMD64__) || \
+ defined(__amd64__) || \
defined(ia64) || defined(__ia64__) || \
defined(__hppa__) || defined(hpux) || \
defined(__mips) || defined(_MIPS_ARCH) || \