GNOME Bugzilla – Bug 667799
Fix cross-compiling bug in configure.in
Last modified: 2012-01-16 20:09:27 UTC
I don't really get the point of this code (added in bug 591413), but it causes pango to try to use the "local" C++ compiler even when cross-compiling. Easy fix. (Well, actually, this patch probably breaks passing $CCC when cross-compiling... you'd need to split it into two checks or something...)
Created attachment 205124 [details] [review] Fix cross-compiling bug in configure.in
Feel free to push.
Attachment 205124 [details] pushed as 92c58b4 - Fix cross-compiling bug in configure.in