[flac-dev] host_cpu fix

Christian Weisgerber naddy at mips.inka.de
Fri Jan 9 14:37:37 PST 2015


On BSD systems, the 64-bit x86 architecture is called "amd64".

--- configure.ac.orig	2014-11-27 03:45:33.598155000 +0100
+++ configure.ac	2015-01-09 23:34:27.000000000 +0100
@@ -104,7 +104,7 @@
 
 asm_optimisation=no
 case "$host_cpu" in
-	x86_64)
+	amd64|x86_64)
 		if test $ac_cv_sizeof_voidp = 4 ; then
 			# This must be a 32 bit user space running on 64 bit kernel so treat
 			# this as ia32.
-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de


More information about the flac-dev mailing list