]> Pileus Git - ~andy/gtk/commit
Don't use AC_CANONICAL_TARGET
authorErik van Pienbroek <epienbro@fedoraproject.org>
Sun, 27 Jan 2013 14:19:34 +0000 (15:19 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 03:59:49 +0000 (22:59 -0500)
commitcd98eb15cb1532bd80ea0aec13d1adb5aa8aabe7
tree3f1a643a5982c365846c24d76d3da7d451830601
parentad70142d2ceeba39699160e2c073c0f8ae4c9e6d
Don't use AC_CANONICAL_TARGET

This autoconf macro should only be used for building compilers
(or compiler tools) for a specific target. The current effect of
it in GTK3 is that it causes various executables like gtk3-demo
to be prefixed with $target- when the --target configure flag
is set or when cross-compiling. When cross-compiling GTK3 on
Linux for the Win32 target this causes the gtk3-demo binary
to be named i686-w64-mingw32-gtk3-demo.exe instead of just
gtk3-demo.exe (like it was before commit 53083ea7b423482b)

https://bugzilla.gnome.org/show_bug.cgi?id=692638
configure.ac