build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.
[mesa.git] / src / mesa / x86 / Makefile.am
index 167857684b126bbcb8af7cb3d8e5948f6a39b1dd..9b4a2dd0b9a60b0d056c7c1a7cb8b7297d3b5d31 100644 (file)
@@ -20,6 +20,7 @@
 # IN THE SOFTWARE.
 
 if HAVE_X86_ASM
+if !HAVE_X86_64_ASM
 
 AM_CPPFLAGS = \
        -I$(top_srcdir)/include \
@@ -47,3 +48,4 @@ matypes.h: gen_matypes
 endif
 
 endif
+endif