]> icculus.org git repositories - icculus/xz.git/commit
Enable assembler code only if it is known to work
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Nov 2009 10:00:30 +0000 (12:00 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Nov 2009 10:00:30 +0000 (12:00 +0200)
commitb9b5c54cd438b3ae47b44cc211b71f3bc53e35ef
treea025d3913c4cf7f55d4f3d3733db59cb53ae8d1b
parent0733f4c9994db696420a405810d5f02c79ebc404
Enable assembler code only if it is known to work
on that operating system.

I'm too lazy to think how to make a good Autoconf test
for this and it's not that important anyway.

No longer define HAVE_ASM_X86 or HAVE_ASM_X86_64.
Inline assembler (if any) is used if a macro like
__i386__ or __x86_64__ is defined.
configure.ac