commit | 50469f94cb8c90195775df025658d1526061f6fb | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Mon May 17 20:57:48 2010 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Mon May 17 20:57:48 2010 +0000 |
tree | c90262250727f606a5c1d4077effcefc1477c281 | |
parent | 5ef6c479db46ef22290bf8ae46d122d67bae8747 [diff] [blame] |
FreeBSD sometimes sets host_cpu to amd64 on 64-bit systems. Handle this case so --host doesn't have to be specified explicitly. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4055 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/acinclude.m4 b/common/jpeg/acinclude.m4 index 570e606..cc10a21 100644 --- a/common/jpeg/acinclude.m4 +++ b/common/jpeg/acinclude.m4
@@ -45,7 +45,7 @@ objfmt='BSD-a.out' else case "$host_cpu" in - x86_64) + x86_64 | amd64) objfmt='ELF64' ;; *)