diff options
author | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-01-04 01:16:50 +0100 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-01-06 19:57:27 -0500 |
commit | 2304473d97a69341de118680f45f9c832756f4b2 (patch) | |
tree | 3c78f767f3651593bb89b29f4dcf530b8186ff25 /dbus/dbus-sysdeps-util-win.c | |
parent | 2504008591ce1609dc440ba830e2b1fc3c6bab22 (diff) |
Fix cross-compiling with autotools.
The AC_CANONICAL_TARGET macro and the $target_os variables are used for the
target of compilers and other code-generation tools, and should not be used
during cross-compile of generic software. Replace them with
AC_CANONICAL_HOST and $host_os instead, as they should have been from the
start.
For a breakdown of what host, build and target machines are, please see
http://blog.flameeyes.eu/s/canonical-target .
Diffstat (limited to 'dbus/dbus-sysdeps-util-win.c')
0 files changed, 0 insertions, 0 deletions