diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-19 17:18:06 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-19 17:18:06 +0000 |
commit | 9defc531ea605e6dcb269a70cddfb933455eda85 (patch) | |
tree | 97d9c04bd13673b791df50d0ba29504b16c0422b /configure | |
parent | 68824c0c5ad6e3c7e9168f905b64ed30a324ceef (diff) |
portability fix taken from the NetBSD patch set
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13056 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -872,7 +872,7 @@ EOF _optimizing='' ;; - x86_64) + x86_64|amd64) _def_arch='#define ARCH_X86_64 1' _target_arch='TARGET_ARCH_X86_64 = yes' iproc='x86_64' |